Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/
Dtest_zone.py29 from boto.exception import TooManyRecordsException
155 self.assertRaises(TooManyRecordsException,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
Dzone.py28 from boto.exception import TooManyRecordsException
266 raise TooManyRecordsException(message)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dexception.py550 class TooManyRecordsException(Exception): class
557 super(TooManyRecordsException, self).__init__(message)