Home
last modified time | relevance | path

Searched refs:BotoServerError (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/codedeploy/
Dexceptions.py23 from boto.exception import BotoServerError
26 class InvalidDeploymentIdException(BotoServerError):
30 class InvalidDeploymentGroupNameException(BotoServerError):
34 class DeploymentConfigAlreadyExistsException(BotoServerError):
38 class InvalidRoleException(BotoServerError):
42 class RoleRequiredException(BotoServerError):
46 class DeploymentGroupAlreadyExistsException(BotoServerError):
50 class DeploymentConfigLimitExceededException(BotoServerError):
54 class InvalidNextTokenException(BotoServerError):
58 class InvalidDeploymentConfigNameException(BotoServerError):
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/configservice/
Dexceptions.py23 from boto.exception import BotoServerError
26 class InvalidLimitException(BotoServerError):
30 class NoSuchBucketException(BotoServerError):
34 class InvalidSNSTopicARNException(BotoServerError):
38 class ResourceNotDiscoveredException(BotoServerError):
42 class MaxNumberOfDeliveryChannelsExceededException(BotoServerError):
46 class LastDeliveryChannelDeleteFailedException(BotoServerError):
50 class InsufficientDeliveryPolicyException(BotoServerError):
54 class InvalidRoleException(BotoServerError):
58 class InvalidTimeRangeException(BotoServerError):
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudtrail/
Dexceptions.py4 from boto.exception import BotoServerError
7 class InvalidSnsTopicNameException(BotoServerError):
14 class InvalidS3BucketNameException(BotoServerError):
21 class TrailAlreadyExistsException(BotoServerError):
28 class InsufficientSnsTopicPolicyException(BotoServerError):
36 class InvalidTrailNameException(BotoServerError):
43 class InternalErrorException(BotoServerError):
50 class TrailNotFoundException(BotoServerError):
57 class S3BucketDoesNotExistException(BotoServerError):
64 class TrailNotProvidedException(BotoServerError):
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kms/
Dexceptions.py12 from boto.exception import BotoServerError
15 class InvalidGrantTokenException(BotoServerError):
19 class DisabledException(BotoServerError):
23 class LimitExceededException(BotoServerError):
27 class DependencyTimeoutException(BotoServerError):
31 class InvalidMarkerException(BotoServerError):
35 class AlreadyExistsException(BotoServerError):
39 class InvalidCiphertextException(BotoServerError):
43 class KeyUnavailableException(BotoServerError):
47 class InvalidAliasNameException(BotoServerError):
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/logs/
Dexceptions.py23 from boto.exception import BotoServerError
26 class LimitExceededException(BotoServerError):
30 class DataAlreadyAcceptedException(BotoServerError):
34 class ResourceInUseException(BotoServerError):
38 class ServiceUnavailableException(BotoServerError):
42 class InvalidParameterException(BotoServerError):
46 class ResourceNotFoundException(BotoServerError):
50 class ResourceAlreadyExistsException(BotoServerError):
54 class OperationAbortedException(BotoServerError):
58 class InvalidSequenceTokenException(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/sync/
Dexceptions.py22 from boto.exception import BotoServerError
25 class LimitExceededException(BotoServerError):
29 class ResourceConflictException(BotoServerError):
33 class InvalidConfigurationException(BotoServerError):
37 class TooManyRequestsException(BotoServerError):
41 class InvalidParameterException(BotoServerError):
45 class ResourceNotFoundException(BotoServerError):
49 class InternalErrorException(BotoServerError):
53 class NotAuthorizedException(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/identity/
Dexceptions.py12 from boto.exception import BotoServerError
15 class LimitExceededException(BotoServerError):
19 class ResourceConflictException(BotoServerError):
23 class DeveloperUserAlreadyRegisteredException(BotoServerError):
27 class TooManyRequestsException(BotoServerError):
31 class InvalidParameterException(BotoServerError):
35 class ResourceNotFoundException(BotoServerError):
39 class InternalErrorException(BotoServerError):
43 class NotAuthorizedException(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kinesis/
Dexceptions.py23 from boto.exception import BotoServerError
26 class ProvisionedThroughputExceededException(BotoServerError):
30 class LimitExceededException(BotoServerError):
34 class ExpiredIteratorException(BotoServerError):
38 class ResourceInUseException(BotoServerError):
42 class ResourceNotFoundException(BotoServerError):
46 class InvalidArgumentException(BotoServerError):
50 class SubscriptionRequiredException(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/machinelearning/
Dexceptions.py23 from boto.exception import BotoServerError
26 class InternalServerException(BotoServerError):
30 class LimitExceededException(BotoServerError):
34 class IdempotentParameterMismatchException(BotoServerError):
38 class ResourceInUseException(BotoServerError):
42 class ResourceNotFoundException(BotoServerError):
46 class PredictorNotMountedException(BotoServerError):
50 class InvalidInputException(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
Dexceptions.py4 from boto.exception import BotoServerError
7 class InvalidTypeException(BotoServerError):
14 class LimitExceededException(BotoServerError):
21 class InternalException(BotoServerError):
28 class DisabledOperationException(BotoServerError):
35 class ResourceNotFoundException(BotoServerError):
42 class BaseException(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/domains/
Dexceptions.py22 from boto.exception import BotoServerError
25 class DuplicateRequest(BotoServerError):
29 class DomainLimitExceeded(BotoServerError):
33 class InvalidInput(BotoServerError):
37 class OperationLimitExceeded(BotoServerError):
41 class UnsupportedTLD(BotoServerError):
45 class TLDRulesViolation(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/awslambda/
Dexceptions.py22 from boto.exception import BotoServerError
25 class InvalidRequestContentException(BotoServerError):
29 class ResourceNotFoundException(BotoServerError):
33 class InvalidParameterValueException(BotoServerError):
37 class ServiceException(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/
Dtest_exception.py3 from boto.exception import BotoServerError, S3CreateError, JSONResponseError
11 bse = BotoServerError('400', 'Bad Request')
26 bse = BotoServerError('400', 'Bad Request', body=xml)
48 bse = BotoServerError('403', 'Forbidden', body=xml)
63 bse = BotoServerError('403', 'Forbidden', body=xml)
69 bse = BotoServerError('403', 'Forbidden', body=xml)
115 bse = BotoServerError('400', 'Bad Request', body=body)
121 bse = BotoServerError('400', 'Bad Request', body=body)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudhsm/
Dexceptions.py23 from boto.exception import BotoServerError
26 class InvalidRequestException(BotoServerError):
30 class CloudHsmServiceException(BotoServerError):
34 class CloudHsmInternalException(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearchdomain/
Dexceptions.py22 from boto.exception import BotoServerError
25 class SearchException(BotoServerError):
29 class DocumentServiceException(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2containerservice/
Dexceptions.py23 from boto.exception import BotoServerError
26 class ServerException(BotoServerError):
30 class ClientException(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dexception.py77 class BotoServerError(StandardError): class
79 super(BotoServerError, self).__init__(status, reason, body, *args)
148 super(BotoServerError, self).__setattr__(name, value)
199 class StorageCreateError(BotoServerError):
228 class StorageCopyError(BotoServerError):
249 class SQSError(BotoServerError):
290 class StorageResponseError(BotoServerError):
329 class EC2ResponseError(BotoServerError):
362 class JSONResponseError(BotoServerError):
394 class EmrResponseError(BotoServerError):
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/
Dexception.py1 from boto.exception import BotoServerError
4 class ResponseErrorFactory(BotoServerError):
7 error = BotoServerError(*args, **kw)
14 class ResponseError(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
Dexception.py21 from boto.exception import BotoServerError
28 server = BotoServerError(status, reason, body=body)
34 class ResponseError(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sts/
Dtest_session_token.py29 from boto.exception import BotoServerError
80 except BotoServerError as err:
89 except BotoServerError as err:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
Dexception.py22 from boto.exception import BotoServerError
24 class CloudFrontServerError(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
Dexception.py23 from boto.exception import BotoServerError
26 class DNSServerError(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
Dtest_key.py28 from boto.exception import BotoServerError
173 with self.assertRaises(BotoServerError):
187 with self.assertRaises(BotoServerError):
203 with self.assertRaises(BotoServerError):
219 with self.assertRaises(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ecs/
D__init__.py24 from boto.exception import BotoServerError
71 raise BotoServerError(response.status, response.reason, body)
80 raise BotoServerError(response.status, '{Code}: {Message}'.format(**rs.errors[0]))
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
Dexceptions.py4 from boto.exception import BotoServerError, BotoClientError
8 class DynamoDBExpiredTokenError(BotoServerError):

12