HomeSort by relevance Sort by last modified time
    Searched refs:DynamoDBKeyNotFoundError (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
exceptions.py 16 class DynamoDBKeyNotFoundError(BotoClientError):
table.py 323 except dynamodb_exceptions.DynamoDBKeyNotFoundError:
layer1.py 311 raise dynamodb_exceptions.DynamoDBKeyNotFoundError(
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
test_layer1.py 30 from boto.dynamodb.exceptions import DynamoDBKeyNotFoundError
143 self.assertRaises(DynamoDBKeyNotFoundError,
test_layer2.py 31 from boto.dynamodb.exceptions import DynamoDBKeyNotFoundError
156 self.assertRaises(DynamoDBKeyNotFoundError,

Completed in 447 milliseconds