Searched refs:BotoServerError (Results 1 – 25 of 42) sorted by relevance
12
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/codedeploy/ |
D | exceptions.py | 23 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/ |
D | exceptions.py | 23 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/ |
D | exceptions.py | 4 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/ |
D | exceptions.py | 12 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/ |
D | exceptions.py | 23 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/ |
D | exceptions.py | 22 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/ |
D | exceptions.py | 12 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/ |
D | exceptions.py | 23 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/ |
D | exceptions.py | 23 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/ |
D | exceptions.py | 4 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/ |
D | exceptions.py | 22 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/ |
D | exceptions.py | 22 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/ |
D | test_exception.py | 3 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/ |
D | exceptions.py | 23 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/ |
D | exceptions.py | 22 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/ |
D | exceptions.py | 23 from boto.exception import BotoServerError 26 class ServerException(BotoServerError): 30 class ClientException(BotoServerError):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
D | exception.py | 77 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/ |
D | exception.py | 1 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/ |
D | exception.py | 21 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/ |
D | test_session_token.py | 29 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/ |
D | exception.py | 22 from boto.exception import BotoServerError 24 class CloudFrontServerError(BotoServerError):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/ |
D | exception.py | 23 from boto.exception import BotoServerError 26 class DNSServerError(BotoServerError):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/ |
D | test_key.py | 28 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__.py | 24 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/ |
D | exceptions.py | 4 from boto.exception import BotoServerError, BotoClientError 8 class DynamoDBExpiredTokenError(BotoServerError):
|
12