Struct rusoto_appstream::StackError [] [src]

pub struct StackError {
    pub error_code: Option<String>,
    pub error_message: Option<String>,
}

Contains the parameters for a stack error.

Fields

The error code of a stack error.

The error message of a stack error.

Trait Implementations

impl Default for StackError
[src]

[src]

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

impl Debug for StackError
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StackError
[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 StackError

impl Sync for StackError