2022-07-07 20:11:50 +00:00
|
|
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
|
|
|
|
package s3
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
|
|
|
// ErrCodeBucketAlreadyExists for service response error code
|
|
|
|
// "BucketAlreadyExists".
|
|
|
|
//
|
|
|
|
// The requested bucket name is not available. The bucket namespace is shared
|
|
|
|
// by all users of the system. Select a different name and try again.
|
|
|
|
ErrCodeBucketAlreadyExists = "BucketAlreadyExists"
|
|
|
|
|
|
|
|
// ErrCodeBucketAlreadyOwnedByYou for service response error code
|
|
|
|
// "BucketAlreadyOwnedByYou".
|
|
|
|
//
|
|
|
|
// The bucket you tried to create already exists, and you own it. Amazon S3
|
2022-11-04 02:21:49 +00:00
|
|
|
// returns this error in all Amazon Web Services Regions except in the North
|
|
|
|
// Virginia Region. For legacy compatibility, if you re-create an existing bucket
|
|
|
|
// that you already own in the North Virginia Region, Amazon S3 returns 200
|
|
|
|
// OK and resets the bucket access control lists (ACLs).
|
2022-07-07 20:11:50 +00:00
|
|
|
ErrCodeBucketAlreadyOwnedByYou = "BucketAlreadyOwnedByYou"
|
|
|
|
|
|
|
|
// ErrCodeInvalidObjectState for service response error code
|
|
|
|
// "InvalidObjectState".
|
|
|
|
//
|
|
|
|
// Object is archived and inaccessible until restored.
|
|
|
|
ErrCodeInvalidObjectState = "InvalidObjectState"
|
|
|
|
|
|
|
|
// ErrCodeNoSuchBucket for service response error code
|
|
|
|
// "NoSuchBucket".
|
|
|
|
//
|
|
|
|
// The specified bucket does not exist.
|
|
|
|
ErrCodeNoSuchBucket = "NoSuchBucket"
|
|
|
|
|
|
|
|
// ErrCodeNoSuchKey for service response error code
|
|
|
|
// "NoSuchKey".
|
|
|
|
//
|
|
|
|
// The specified key does not exist.
|
|
|
|
ErrCodeNoSuchKey = "NoSuchKey"
|
|
|
|
|
|
|
|
// ErrCodeNoSuchUpload for service response error code
|
|
|
|
// "NoSuchUpload".
|
|
|
|
//
|
|
|
|
// The specified multipart upload does not exist.
|
|
|
|
ErrCodeNoSuchUpload = "NoSuchUpload"
|
|
|
|
|
|
|
|
// ErrCodeObjectAlreadyInActiveTierError for service response error code
|
|
|
|
// "ObjectAlreadyInActiveTierError".
|
|
|
|
//
|
2022-11-04 02:21:49 +00:00
|
|
|
// This action is not allowed against this storage tier.
|
2022-07-07 20:11:50 +00:00
|
|
|
ErrCodeObjectAlreadyInActiveTierError = "ObjectAlreadyInActiveTierError"
|
|
|
|
|
|
|
|
// ErrCodeObjectNotInActiveTierError for service response error code
|
|
|
|
// "ObjectNotInActiveTierError".
|
|
|
|
//
|
2022-11-04 02:21:49 +00:00
|
|
|
// The source object of the COPY action is not in the active tier and is only
|
|
|
|
// stored in Amazon S3 Glacier.
|
2022-07-07 20:11:50 +00:00
|
|
|
ErrCodeObjectNotInActiveTierError = "ObjectNotInActiveTierError"
|
|
|
|
)
|