Home
last modified time | relevance | path

Searched refs:JSONResponseError (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
Dexceptions.py22 from boto.exception import JSONResponseError
25 class ClusterNotFoundFault(JSONResponseError):
29 class InvalidClusterSnapshotStateFault(JSONResponseError):
33 class ClusterSnapshotNotFoundFault(JSONResponseError):
37 class ClusterSecurityGroupQuotaExceededFault(JSONResponseError):
41 class ReservedNodeOfferingNotFoundFault(JSONResponseError):
45 class InvalidSubnet(JSONResponseError):
49 class ClusterSubnetGroupQuotaExceededFault(JSONResponseError):
53 class InvalidClusterStateFault(JSONResponseError):
57 class InvalidClusterParameterGroupStateFault(JSONResponseError):
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
Dexceptions.py22 from boto.exception import JSONResponseError
25 class InvalidSubnet(JSONResponseError):
29 class DBParameterGroupQuotaExceeded(JSONResponseError):
33 class DBSubnetGroupAlreadyExists(JSONResponseError):
37 class DBSubnetGroupQuotaExceeded(JSONResponseError):
41 class InstanceQuotaExceeded(JSONResponseError):
45 class InvalidRestore(JSONResponseError):
49 class InvalidDBParameterGroupState(JSONResponseError):
53 class AuthorizationQuotaExceeded(JSONResponseError):
57 class DBSecurityGroupAlreadyExists(JSONResponseError):
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/support/
Dexceptions.py22 from boto.exception import JSONResponseError
25 class CaseIdNotFound(JSONResponseError):
29 class CaseCreationLimitExceeded(JSONResponseError):
33 class InternalServerError(JSONResponseError):
37 class AttachmentLimitExceeded(JSONResponseError):
41 class DescribeAttachmentLimitExceeded(JSONResponseError):
45 class AttachmentSetIdNotFound(JSONResponseError):
49 class AttachmentSetExpired(JSONResponseError):
53 class AttachmentIdNotFound(JSONResponseError):
57 class AttachmentSetSizeLimitExceeded(JSONResponseError):
Dlayer1.py27 from boto.exception import JSONResponseError
95 ResponseError = JSONResponseError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
Dexceptions.py22 from boto.exception import JSONResponseError
25 class ProvisionedThroughputExceededException(JSONResponseError):
29 class LimitExceededException(JSONResponseError):
33 class ConditionalCheckFailedException(JSONResponseError):
37 class ResourceInUseException(JSONResponseError):
41 class ResourceNotFoundException(JSONResponseError):
45 class InternalServerError(JSONResponseError):
49 class ValidationException(JSONResponseError):
53 class ItemCollectionSizeLimitExceededException(JSONResponseError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elastictranscoder/
Dexceptions.py22 from boto.exception import JSONResponseError
25 class LimitExceededException(JSONResponseError):
29 class ResourceInUseException(JSONResponseError):
33 class AccessDeniedException(JSONResponseError):
37 class ResourceNotFoundException(JSONResponseError):
41 class InternalServiceException(JSONResponseError):
45 class ValidationException(JSONResponseError):
49 class IncompatibleVersionException(JSONResponseError):
Dlayer1.py23 from boto.exception import JSONResponseError
37 ResponseError = JSONResponseError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/datapipeline/
Dexceptions.py22 from boto.exception import JSONResponseError
25 class PipelineDeletedException(JSONResponseError):
29 class InvalidRequestException(JSONResponseError):
33 class TaskNotFoundException(JSONResponseError):
37 class PipelineNotFoundException(JSONResponseError):
41 class InternalServiceError(JSONResponseError):
Dlayer1.py27 from boto.exception import JSONResponseError
76 ResponseError = JSONResponseError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
Dexceptions.py22 from boto.exception import JSONResponseError
25 class ResourceNotFoundException(JSONResponseError):
29 class ValidationException(JSONResponseError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearchdomain/
Dlayer1.py23 from boto.exception import JSONResponseError
48 ResponseError = JSONResponseError
540 raise JSONResponseError(response.status, response.reason, body)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/opsworks/
Dtest_layer1.py23 from boto.exception import JSONResponseError
40 with self.assertRaises(JSONResponseError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/
Dtest_exception.py3 from boto.exception import BotoServerError, S3CreateError, JSONResponseError
103 jre = JSONResponseError('400', 'Bad Request', body=body)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/configservice/
Dlayer1.py27 from boto.exception import JSONResponseError
65 ResponseError = JSONResponseError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudtrail/
Dlayer1.py26 from boto.exception import JSONResponseError
62 ResponseError = JSONResponseError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/logs/
Dlayer1.py26 from boto.exception import JSONResponseError
84 ResponseError = JSONResponseError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/domains/
Dlayer1.py27 from boto.exception import JSONResponseError
40 ResponseError = JSONResponseError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudhsm/
Dlayer1.py27 from boto.exception import JSONResponseError
40 ResponseError = JSONResponseError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/identity/
Dlayer1.py27 from boto.exception import JSONResponseError
64 ResponseError = JSONResponseError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/awslambda/
Dlayer1.py25 from boto.exception import JSONResponseError
45 ResponseError = JSONResponseError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/directconnect/
Dlayer1.py26 from boto.exception import JSONResponseError
61 ResponseError = JSONResponseError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/sync/
Dlayer1.py23 from boto.exception import JSONResponseError
51 ResponseError = JSONResponseError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dexception.py362 class JSONResponseError(BotoServerError): class
386 class DynamoDBResponseError(JSONResponseError):
390 class SWFResponseError(JSONResponseError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kinesis/
Dlayer1.py28 from boto.exception import JSONResponseError
45 ResponseError = JSONResponseError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2containerservice/
Dlayer1.py27 from boto.exception import JSONResponseError
52 ResponseError = JSONResponseError

12