AWSIoTVerificationState

Objective-C

NS_ENUM(NSInteger, AWSIoTVerificationState) {
    AWSIoTVerificationStateUnknown,
    AWSIoTVerificationStateFalsePositive,
    AWSIoTVerificationStateBenignPositive,
    AWSIoTVerificationStateTruePositive,
}

Swift

enum AWSIoTVerificationState : Int, @unchecked Sendable

Undocumented