AWSCognitoIdentityAmbiguousRoleResolutionType

Objective-C

NS_ENUM(NSInteger, AWSCognitoIdentityAmbiguousRoleResolutionType) {
    AWSCognitoIdentityAmbiguousRoleResolutionTypeUnknown,
    AWSCognitoIdentityAmbiguousRoleResolutionTypeAuthenticatedRole,
    AWSCognitoIdentityAmbiguousRoleResolutionTypeDeny,
}

Swift

enum AWSCognitoIdentityAmbiguousRoleResolutionType : Int, @unchecked Sendable

Undocumented