Struct rusoto_appstream::ImageStateChangeReason [] [src]

pub struct ImageStateChangeReason {
    pub code: Option<String>,
    pub message: Option<String>,
}

The reason why the last state change occurred.

Fields

The state change reason code of the image.

The state change reason message to the end user.

Trait Implementations

impl Default for ImageStateChangeReason
[src]

[src]

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

impl Debug for ImageStateChangeReason
[src]

[src]

Formats the value using the given formatter.

impl Clone for ImageStateChangeReason
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more