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]

[src]

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

impl Debug for SpotInstanceStateFault
[src]

[src]

Formats the value using the given formatter.

impl Clone for SpotInstanceStateFault
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more