Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DynamoDB TransactionCanceledException documentation out of date #2457

Closed
krzysztofgb opened this issue Jan 16, 2024 · 2 comments
Closed

DynamoDB TransactionCanceledException documentation out of date #2457

krzysztofgb opened this issue Jan 16, 2024 · 2 comments
Assignees
Labels
documentation This is a problem with documentation.

Comments

@krzysztofgb
Copy link

krzysztofgb commented Jan 16, 2024

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).

SCR-20240116-nafb

Links

https://github.com/aws/aws-sdk-go-v2/blob/service/dynamodb/v1.26.8/service/dynamodb/types/errors.go#L891

AWS Go SDK V2 Module Versions Used

github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.6

@krzysztofgb krzysztofgb added documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged. labels Jan 16, 2024
@RanVaknin RanVaknin self-assigned this Jan 18, 2024
@RanVaknin RanVaknin removed the needs-triage This issue or PR still needs to be triaged. label Jan 19, 2024
@RanVaknin
Copy link
Contributor

Hi @krzysztofgb ,

Thanks for reaching out. This doc string is coming directly from the documentation model and can only change upstream with the Dynamodb service team as well.

If you go to the official Docs:
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ExecuteTransaction.html

You can click on the Feedback button at the top right, fill in the form and that would cut a ticket directly to the Dynamodb team so they can fix it.

I'm going to close this issue since its not actionable by the SDK team, but I wanted to thank you again for taking the time and submitting the issue. If anything else comes up please let us know.

All the best,
Ran~

@RanVaknin RanVaknin closed this as not planned Won't fix, can't repro, duplicate, stale Jan 19, 2024
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is a problem with documentation.
Projects
None yet
Development

No branches or pull requests

2 participants