Struct aws_sdk_rust::aws::s3::s3client::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 Default for BucketAlreadyExists
[src]

fn default() -> BucketAlreadyExists

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

impl Debug for BucketAlreadyExists
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.