Struct rusoto_emr::ClusterStateChangeReason[][src]

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

The reason that the cluster changed to its current state.

Fields

The programmatic code for the state change reason.

The descriptive message for the state change reason.

Trait Implementations

impl Default for ClusterStateChangeReason
[src]

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

impl Debug for ClusterStateChangeReason
[src]

Formats the value using the given formatter. Read more

impl Clone for ClusterStateChangeReason
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ClusterStateChangeReason
[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