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