Home
last modified time | relevance | path

Searched refs:DynamoDBResponseError (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
Dexceptions.py5 from boto.exception import DynamoDBResponseError
39 class DynamoDBConditionalCheckFailedError(DynamoDBResponseError):
48 class DynamoDBValidationError(DynamoDBResponseError):
57 class DynamoDBThroughputExceededError(DynamoDBResponseError):
Dlayer1.py28 from boto.exception import DynamoDBResponseError
69 ResponseError = DynamoDBResponseError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dexception.py386 class DynamoDBResponseError(JSONResponseError): class