AWSIoTReportType

Objective-C

NS_ENUM(NSInteger, AWSIoTReportType) {
    AWSIoTReportTypeUnknown,
    AWSIoTReportTypeErrors,
    AWSIoTReportTypeResults,
}

Swift

enum AWSIoTReportType : Int, @unchecked Sendable

Undocumented