We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab611e1 commit 9cde1aeCopy full SHA for 9cde1ae
DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted/table.py
@@ -52,7 +52,6 @@ class EncryptedTable(EncryptedBotoInterface):
52
* ``query``
53
* ``scan``
54
* ``delete_item``
55
- * ``update_item``
56
57
Any calls to ``update_item`` can only update unsigned attributes. If an attribute to be updated is marked as signed,
58
this operation will raise a ``DynamoDbEncryptionTransformsException``.
0 commit comments