Enum rusoto_s3::CreateBucketError [−][src]
Expand description
Errors returned by CreateBucket
Variants
BucketAlreadyExists(String)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.
Tuple Fields of BucketAlreadyExists
0: StringBucketAlreadyOwnedByYou(String)The bucket you tried to create already exists, and you own it. Amazon S3 returns this error in all AWS 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).
Tuple Fields of BucketAlreadyOwnedByYou
0: StringImplementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CreateBucketError
impl Send for CreateBucketError
impl Sync for CreateBucketError
impl Unpin for CreateBucketError
impl UnwindSafe for CreateBucketError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more