Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb/
Dtest_types.py28 from boto.dynamodb.exceptions import DynamoDBNumberError
80 with self.assertRaises(DynamoDBNumberError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
Dexceptions.py32 class DynamoDBNumberError(BotoClientError): class
Dtypes.py31 from boto.dynamodb.exceptions import DynamoDBNumberError
295 raise DynamoDBNumberError(msg)