AWSIoTAuthDecision

Objective-C

NS_ENUM(NSInteger, AWSIoTAuthDecision) {
    AWSIoTAuthDecisionUnknown,
    AWSIoTAuthDecisionAllowed,
    AWSIoTAuthDecisionExplicitDeny,
    AWSIoTAuthDecisionImplicitDeny,
}

Swift

enum AWSIoTAuthDecision : Int, @unchecked Sendable

Undocumented