Struct aws_sdk_ec2::model::FpgaImageState [−][src]
#[non_exhaustive]pub struct FpgaImageState {
pub code: Option<FpgaImageStateCode>,
pub message: Option<String>,
}
Expand description
Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.code: Option<FpgaImageStateCode>
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: Option<String>
If the state is failed
, this is the error message.
Implementations
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.
Creates a new builder-style object to manufacture FpgaImageState
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FpgaImageState
impl Send for FpgaImageState
impl Sync for FpgaImageState
impl Unpin for FpgaImageState
impl UnwindSafe for FpgaImageState
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more