Values_1.FpgaImageStateSourceDescribes the state of the bitstream generation process for an Amazon FPGA image (AFI).
type nonrec t = {code : FpgaImageStateCode.t option;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.
*)message : Values_0.String_.t option;If the state is failed, this is the error message.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]