

# FpgaImageState


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

## Contents


 ** code **   
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.
Type: String  
Valid Values: `pending | failed | available | unavailable`   
Required: No

 ** message **   
If the state is `failed`, this is the error message.  
Type: String  
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/ec2-2016-11-15/FpgaImageState) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/ec2-2016-11-15/FpgaImageState) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/ec2-2016-11-15/FpgaImageState) 