You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::FpgaImageState

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

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.

    Possible values:

    • pending
    • failed
    • available
    • unavailable

Returns:

  • (String)

    The state.

#messageString

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

Returns:

  • (String)

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