Struct rusoto_emr::StepStateChangeReason [] [src]

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

The details of the step state change reason.

Fields

The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.

The descriptive message for the state change reason.

Trait Implementations

impl Default for StepStateChangeReason
[src]

[src]

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

impl Debug for StepStateChangeReason
[src]

[src]

Formats the value using the given formatter.

impl Clone for StepStateChangeReason
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more