AWSIoTViolationEventType

Objective-C

NS_ENUM(NSInteger, AWSIoTViolationEventType) {
    AWSIoTViolationEventTypeUnknown,
    AWSIoTViolationEventTypeInAlarm,
    AWSIoTViolationEventTypeAlarmCleared,
    AWSIoTViolationEventTypeAlarmInvalidated,
}

Swift

enum AWSIoTViolationEventType : Int, @unchecked Sendable

Undocumented