Struct rusoto_emr::InstanceFleetStateChangeReason[][src]

pub struct InstanceFleetStateChangeReason {
    pub code: Option<String>,
    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. Read more

impl Clone for InstanceFleetStateChangeReason
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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