AWSEC2FpgaImageStateCode
Objective-C
NS_ENUM(NSInteger, AWSEC2FpgaImageStateCode) {
AWSEC2FpgaImageStateCodeUnknown,
AWSEC2FpgaImageStateCodePending,
AWSEC2FpgaImageStateCodeFailed,
AWSEC2FpgaImageStateCodeAvailable,
AWSEC2FpgaImageStateCodeUnavailable,
}
Swift
enum AWSEC2FpgaImageStateCode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2FpgaImageStateCodeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2FpgaImageStateCodePendingSwift
case pending = 1 -
Undocumented
Declaration
Objective-C
AWSEC2FpgaImageStateCodeFailedSwift
case failed = 2 -
Undocumented
Declaration
Objective-C
AWSEC2FpgaImageStateCodeAvailableSwift
case available = 3 -
Undocumented
Declaration
Objective-C
AWSEC2FpgaImageStateCodeUnavailableSwift
case unavailable = 4
View on GitHub
Install in Dash
AWSEC2FpgaImageStateCode Enumeration Reference