Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/
Dawsqueryservice.py10 class NoCredentialsError(boto.exception.BotoClientError): class
14 super(NoCredentialsError, self).__init__(s)
48 raise NoCredentialsError()
Dawsqueryrequest.py460 except boto.roboto.awsqueryservice.NoCredentialsError as err: