Struct rusoto_greengrass::ErrorDetail [] [src]

pub struct ErrorDetail {
    pub detailed_error_code: Option<String>,
    pub detailed_error_message: Option<String>,
}

ErrorDetail

Fields

Detailed Error Code

Detailed Error Message

Trait Implementations

impl Default for ErrorDetail
[src]

[src]

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

impl Debug for ErrorDetail
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ErrorDetail
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ErrorDetail

impl Sync for ErrorDetail