Struct s3::serde_types::AwsError [] [src]

pub struct AwsError {
    pub code: String,
    pub message: String,
    pub request_id: String,
}

Fields

Trait Implementations

impl Debug for AwsError
[src]

[src]

Formats the value using the given formatter.