UnexpectedLambdaException constructor

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

This exception is thrown when Amazon Cognito encounters an unexpected exception with Lambda.

Implementation

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