AWSCognitoIdentityAmbiguousRoleResolutionType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityAmbiguousRoleResolutionType) {
AWSCognitoIdentityAmbiguousRoleResolutionTypeUnknown,
AWSCognitoIdentityAmbiguousRoleResolutionTypeAuthenticatedRole,
AWSCognitoIdentityAmbiguousRoleResolutionTypeDeny,
}
Swift
enum AWSCognitoIdentityAmbiguousRoleResolutionType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityAmbiguousRoleResolutionTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityAmbiguousRoleResolutionTypeAuthenticatedRole
Swift
case authenticatedRole = 1
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityAmbiguousRoleResolutionTypeDeny
Swift
case deny = 2