AWSEC2ReportStatusType
Objective-C
NS_ENUM(NSInteger, AWSEC2ReportStatusType) {
AWSEC2ReportStatusTypeUnknown,
AWSEC2ReportStatusTypeOK,
AWSEC2ReportStatusTypeImpaired,
}
Swift
enum AWSEC2ReportStatusType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2ReportStatusTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2ReportStatusTypeOKSwift
case OK = 1 -
Undocumented
Declaration
Objective-C
AWSEC2ReportStatusTypeImpairedSwift
case impaired = 2
View on GitHub
Install in Dash
AWSEC2ReportStatusType Enumeration Reference