generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Getting an error:
File "c:\env\Lib\site-packages\aws_cryptographic_material_providers\smithygenerated\aws_cryptography_keystore\deserialize.py", line 61, in _deserialize_create_key
return _deserialize_error(input.error)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\env\Lib\site-packages\aws_cryptographic_material_providers\smithygenerated\aws_cryptography_keystore\deserialize.py", line 119, in _deserialize_error
message=_dafny.string_of(error.ComAmazonawsDynamodb.message)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Error_TransactionCanceledException' object has no attribute 'message'. Did you mean: 'Message'?
After more debugging the result changes based on the type of error. Not sure the exact reason yet, but I am getting a Error_TransactionCanceledException which has a Message and CancellationReason instead of the message field that is used here:
Line 119 in 515995e
| message=_dafny.string_of(error.ComAmazonawsDynamodb.message) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working