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]

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

impl Debug for StepStateChangeReason
[src]

Formats the value using the given formatter. Read more

impl Clone for StepStateChangeReason
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StepStateChangeReason
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations