DynamoDB.Table.get_item behavior incorrectly specified when no item with the given key is present #4101
Labels
documentation
This is a problem with documentation.
needs-triage
This issue or PR still needs to be triaged.
Describe the issue
The documentation for this method says
However, I have just tried get_item with a key that is not present, and I did not get a response with no Item element. Instead the error
Was thrown.
I suspect the documentation I'm quoting is describing how the API behaves, and that boto3 has some behavior in front of that to throw a ResourceNotFoundException that the documentation should instead reflect.
Links
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb/table/get_item.html
The text was updated successfully, but these errors were encountered: