AWSEC2ReportStatusType

Objective-C

NS_ENUM(NSInteger, AWSEC2ReportStatusType) {
    AWSEC2ReportStatusTypeUnknown,
    AWSEC2ReportStatusTypeOK,
    AWSEC2ReportStatusTypeImpaired,
}

Swift

enum AWSEC2ReportStatusType : Int, @unchecked Sendable

Undocumented