1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package s3control
const (
// ErrCodeBadRequestException for service response error code
// "BadRequestException".
ErrCodeBadRequestException = "BadRequestException"
// ErrCodeBucketAlreadyExists for service response error code
// "BucketAlreadyExists".
//
// The requested Outposts bucket name is not available. The bucket namespace
// is shared by all users of the Outposts in this Region. Select a different
// name and try again.
ErrCodeBucketAlreadyExists = "BucketAlreadyExists"
// ErrCodeBucketAlreadyOwnedByYou for service response error code
// "BucketAlreadyOwnedByYou".
//
// The Outposts bucket you tried to create already exists, and you own it.
ErrCodeBucketAlreadyOwnedByYou = "BucketAlreadyOwnedByYou"
// ErrCodeIdempotencyException for service response error code
// "IdempotencyException".
ErrCodeIdempotencyException = "IdempotencyException"
// ErrCodeInternalServiceException for service response error code
// "InternalServiceException".
ErrCodeInternalServiceException = "InternalServiceException"
// ErrCodeInvalidNextTokenException for service response error code
// "InvalidNextTokenException".
ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
// ErrCodeInvalidRequestException for service response error code
// "InvalidRequestException".
ErrCodeInvalidRequestException = "InvalidRequestException"
// ErrCodeJobStatusException for service response error code
// "JobStatusException".
ErrCodeJobStatusException = "JobStatusException"
// ErrCodeNoSuchPublicAccessBlockConfiguration for service response error code
// "NoSuchPublicAccessBlockConfiguration".
//
// Amazon S3 throws this exception if you make a GetPublicAccessBlock request
// against an account that doesn't have a PublicAccessBlockConfiguration set.
ErrCodeNoSuchPublicAccessBlockConfiguration = "NoSuchPublicAccessBlockConfiguration"
// ErrCodeNotFoundException for service response error code
// "NotFoundException".
ErrCodeNotFoundException = "NotFoundException"
// ErrCodeTooManyRequestsException for service response error code
// "TooManyRequestsException".
ErrCodeTooManyRequestsException = "TooManyRequestsException"
// ErrCodeTooManyTagsException for service response error code
// "TooManyTagsException".
//
// Amazon S3 throws this exception if you have too many tags in your tag set.
ErrCodeTooManyTagsException = "TooManyTagsException"
)
|