Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/configservice/
Dtest_configservice.py24 from boto.configservice.exceptions import NoSuchConfigurationRecorderException
37 with self.assertRaises(NoSuchConfigurationRecorderException):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/configservice/
Dexceptions.py66 class NoSuchConfigurationRecorderException(BotoServerError): class
Dlayer1.py78 "NoSuchConfigurationRecorderException": exceptions.NoSuchConfigurationRecorderException,