Struct aws_sdk_rust::aws::errors::xml::XmlError [] [src]

pub struct XmlError {
    pub error_type: String,
    pub code: String,
    pub message: String,
    pub detail: Option<String>,
}

Fields

Trait Implementations

impl Default for XmlError
[src]

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

impl Debug for XmlError
[src]

Formats the value using the given formatter.