AWSEC2ReportStatusType
Objective-C
NS_ENUM(NSInteger, AWSEC2ReportStatusType) {
AWSEC2ReportStatusTypeUnknown,
AWSEC2ReportStatusTypeOK,
AWSEC2ReportStatusTypeImpaired,
}
Swift
enum AWSEC2ReportStatusType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2ReportStatusTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2ReportStatusTypeOK
Swift
case OK = 1
-
Undocumented
Declaration
Objective-C
AWSEC2ReportStatusTypeImpaired
Swift
case impaired = 2