AWSCognitoIdentityAmbiguousRoleResolutionType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityAmbiguousRoleResolutionType) {
AWSCognitoIdentityAmbiguousRoleResolutionTypeUnknown,
AWSCognitoIdentityAmbiguousRoleResolutionTypeAuthenticatedRole,
AWSCognitoIdentityAmbiguousRoleResolutionTypeDeny,
}
Swift
enum AWSCognitoIdentityAmbiguousRoleResolutionType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityAmbiguousRoleResolutionTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityAmbiguousRoleResolutionTypeAuthenticatedRoleSwift
case authenticatedRole = 1 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityAmbiguousRoleResolutionTypeDenySwift
case deny = 2
View on GitHub
Install in Dash
AWSCognitoIdentityAmbiguousRoleResolutionType Enumeration Reference