Struct rusoto_ec2::SpotInstanceStateFault[][src]

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

Describes a Spot Instance state change.

Fields

The reason code for the Spot Instance state change.

The message for the Spot Instance state change.

Trait Implementations

impl Default for SpotInstanceStateFault
[src]

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

impl Debug for SpotInstanceStateFault
[src]

Formats the value using the given formatter. Read more

impl Clone for SpotInstanceStateFault
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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