AWSIoTViolationEventAdditionalInfo
Objective-C
@interface AWSIoTViolationEventAdditionalInfo
Swift
class AWSIoTViolationEventAdditionalInfo
The details of a violation event.
-
The sensitivity of anomalous behavior evaluation. Can be
Low
,Medium
, orHigh
.Declaration
Objective-C
@property (nonatomic) AWSIoTConfidenceLevel confidenceLevel;
Swift
var confidenceLevel: AWSIoTConfidenceLevel { get set }