Struct rusoto_ec2::FpgaImageState [] [src]

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

Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).

Fields

The state. The following are the possible values:

  • pending - AFI bitstream generation is in progress.

  • available - The AFI is available for use.

  • failed - AFI bitstream generation failed.

  • unavailable - The AFI is no longer available for use.

If the state is failed, this is the error message.

Trait Implementations

impl Default for FpgaImageState
[src]

[src]

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

impl Debug for FpgaImageState
[src]

[src]

Formats the value using the given formatter.

impl Clone for FpgaImageState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more