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