Closed as not planned
Description
Describe the issue
The AWS SDK Go V2 documentation is out of date for TransactionCanceledException
.
The documentation says:
If using Java, DynamoDB lists the cancellation reasons on the CancellationReasons property. This property is not set for other languages.
However, this does not seem accurate based on local debugging (see below) and #663 (comment).
Links
AWS Go SDK V2 Module Versions Used
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.6
Activity