UNPKG

@quinck/aws-cognito-client

Version:

Provides a user attributes generic cognito client.

12 lines (11 loc) 380 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvalidParameterError = void 0; const errors_1 = require("../utils/errors"); class InvalidParameterError extends errors_1.BasicError { constructor() { super(...arguments); this.name = InvalidParameterError.name; } } exports.InvalidParameterError = InvalidParameterError;