Struct rusoto_emr::InstanceFleetStateChangeReason [] [src]

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

Provides status change reason details for the instance fleet.

The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.

Fields

A code corresponding to the reason the state change occurred.

An explanatory message.

Trait Implementations

impl Default for InstanceFleetStateChangeReason
[src]

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

impl Debug for InstanceFleetStateChangeReason
[src]

Formats the value using the given formatter.

impl Clone for InstanceFleetStateChangeReason
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more