Struct aws_sdk_rust::aws::s3::bucket::BucketAlreadyExists [] [src]

pub struct BucketAlreadyExists;

The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again.

Trait Implementations

impl Debug for BucketAlreadyExists
[src]

Formats the value using the given formatter.

impl Default for BucketAlreadyExists
[src]

Returns the "default value" for a type. Read more

impl Decodable for BucketAlreadyExists
[src]

Deserialize a value using a Decoder.

impl Encodable for BucketAlreadyExists
[src]

Serialize a value using an Encoder.