Struct aws_sdk_rust::aws::s3::writeparse::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