InvalidParameterException constructor

const InvalidParameterException(
  1. String message, {
  2. String? recoverySuggestion,
  3. Object? underlyingException,
})

This exception is thrown when the Amazon Cognito service encounters an invalid parameter.

Implementation

const InvalidParameterException(
  super.message, {
  super.recoverySuggestion,
  super.underlyingException,
});