Searched refs:BotoClientError (Results 1 – 20 of 20) sorted by relevance
4 from boto.exception import BotoServerError, BotoClientError16 class DynamoDBKeyNotFoundError(BotoClientError):24 class DynamoDBItemError(BotoClientError):32 class DynamoDBNumberError(BotoClientError):
28 from boto.exception import BotoClientError83 raise BotoClientError('%s already exists, it will not be overwritten' % file_path)90 raise BotoClientError('KeyPair contains no material')107 raise BotoClientError('Unable to copy to the same Region')
26 from boto.exception import BotoClientError314 raise BotoClientError(321 raise BotoClientError(
25 from boto.exception import BotoClientError
27 from boto.exception import BotoClientError268 raise BotoClientError('Unable to copy to the same Region')
37 class BotoClientError(StandardError): class42 super(BotoClientError, self).__init__(reason, *args)56 class StoragePermissionsError(BotoClientError):275 class SQSDecodeError(BotoClientError):426 class AWSConnectionError(BotoClientError):433 class StorageDataError(BotoClientError):
27 from boto.exception import BotoClientError128 raise BotoClientError(
66 from boto.exception import BotoClientError488 raise BotoClientError(1033 raise BotoClientError(msg)
28 from boto.exception import BotoClientError57 raise BotoClientError('Attempt to instantiate abstract StorageUri '
44 from boto.exception import BotoClientError
26 from boto.exception import BotoClientError229 with self.assertRaises(BotoClientError):237 with self.assertRaises(BotoClientError):
76 raise BotoClientError('Stream is not readable')122 raise BotoClientError('Stream is not writable')
31 from boto.exception import BotoClientError158 except BotoClientError as err:
8 from boto.exception import BotoClientError195 with self.assertRaises(BotoClientError):
28 from boto.exception import BotoClientError496 raise BotoClientError(922 raise BotoClientError(
37 from boto.exception import BotoClientError, S3ResponseError59 raise BotoClientError("Bucket names cannot contain upper-case " \157 class HostRequiredError(BotoClientError):
36 from boto.exception import BotoClientError336 raise BotoClientError('Not Implemented')349 raise BotoClientError('Invalid mode: %s' % mode)439 raise BotoClientError('Invalid storage class: %s' %1094 raise BotoClientError('%s does not support chunked transfer'1099 raise BotoClientError('Cannot determine the destination '
27 from boto.exception import BotoClientError176 raise BotoClientError(
74 class RequiredParamError(boto.exception.BotoClientError):81 class EncoderError(boto.exception.BotoClientError):87 class FilterError(boto.exception.BotoClientError):
10 class NoCredentialsError(boto.exception.BotoClientError):