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
error_type: String
code: String
message: String
detail: Option<String>