o ckF[—ã@s”dZddlmZmZddlmZGdd„deƒZGdd„deƒZGdd „d eƒZGd d „d eƒZGd d „d eƒZ Gdd„deƒZ Gdd„deƒZ dS)z6 Exceptions that are specific to the dynamodb module. é)ÚBotoServerErrorÚBotoClientError)ÚDynamoDBResponseErrorc@óeZdZdZdS)ÚDynamoDBExpiredTokenErrorz• Raised when a DynamoDB security token expires. This is generally boto's (or the user's) notice to renew their DynamoDB security tokens. N©Ú__name__Ú __module__Ú __qualname__Ú__doc__©r r ú:/usr/lib/python3/dist-packages/boto/dynamodb/exceptions.pyrórc@r)ÚDynamoDBKeyNotFoundErrorzc Raised when attempting to retrieve or interact with an item whose key can't be found. Nrr r r r rrrc@r)ÚDynamoDBItemErrorz] Raised when invalid parameters are passed when creating a new Item in DynamoDB. Nrr r r r rrrc@r)ÚDynamoDBNumberErrorzC Raised in the event of incompatible numeric type casting. Nrr r r r r src@r)Ú#DynamoDBConditionalCheckFailedErrorz° Raised when a ConditionalCheckFailedException response is received. This happens when a conditional check, expressed via the expected_value paramenter, fails. Nrr r r r r'órc@r)ÚDynamoDBValidationErrorz¿ Raised when a ValidationException response is received. This happens when one or more required parameter values are missing, or if the item has exceeded the 64Kb size limit. Nrr r r r r0rrc@r)ÚDynamoDBThroughputExceededErrorzÝ Raised when the provisioned throughput has been exceeded. Normally, when provisioned throughput is exceeded the operation is retried. If the retries are exhausted then this exception will be raised. Nrr r r r r9srN) r Úboto.exceptionrrrrrrrrrrr r r r Ús