Struct rusoto_s3::S3Error [] [src]

pub struct S3Error {
    pub code: Option<Code>,
    pub key: Option<ObjectKey>,
    pub message: Option<Message>,
    pub version_id: Option<ObjectVersionId>,
}

Fields

Trait Implementations

impl Default for S3Error
[src]

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

impl Clone for S3Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for S3Error
[src]

Formats the value using the given formatter.