Searched refs:S3CreateError (Results 1 – 3 of 3) sorted by relevance
3 from boto.exception import BotoServerError, S3CreateError, JSONResponseError83 s3ce = S3CreateError('409', 'Conflict', body=xml)
214 class S3CreateError(StorageCreateError): class
166 STORAGE_CREATE_ERROR: boto.exception.S3CreateError,