AWSCognitoIdentityErrorCode

Objective-C

NS_ENUM(NSInteger, AWSCognitoIdentityErrorCode) {
    AWSCognitoIdentityErrorCodeUnknown,
    AWSCognitoIdentityErrorCodeAccessDenied,
    AWSCognitoIdentityErrorCodeInternalServerError,
}

Swift

enum AWSCognitoIdentityErrorCode : Int, @unchecked Sendable

Undocumented