AWSIoTViolationEventType
Objective-C
NS_ENUM(NSInteger, AWSIoTViolationEventType) {
AWSIoTViolationEventTypeUnknown,
AWSIoTViolationEventTypeInAlarm,
AWSIoTViolationEventTypeAlarmCleared,
AWSIoTViolationEventTypeAlarmInvalidated,
}
Swift
enum AWSIoTViolationEventType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTViolationEventTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTViolationEventTypeInAlarm
Swift
case inAlarm = 1
-
Undocumented
Declaration
Objective-C
AWSIoTViolationEventTypeAlarmCleared
Swift
case alarmCleared = 2
-
Undocumented
Declaration
Objective-C
AWSIoTViolationEventTypeAlarmInvalidated
Swift
case alarmInvalidated = 3