Home
last modified time | relevance | path

Searched refs:ItemNotFound (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
Dexceptions.py77 class ItemNotFound(DynamoDBError): class
Dtable.py708 raise exceptions.ItemNotFound("Item %s couldn't be found." % kwargs)
747 except (JSONResponseError, exceptions.ItemNotFound):