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

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

Fields

error_type: String code: String message: String detail: Option<String>

Trait Implementations

impl Debug for XmlError
[src]

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

Formats the value using the given formatter.

impl Default for XmlError
[src]

fn default() -> XmlError

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