Class: Aws::CognitoIdentityProvider::Types::UnexpectedLambdaException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned when Amazon Cognito returns an unexpected Lambda exception.

Returns:

  • (String)


8345
8346
8347
8348
8349
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8345

class UnexpectedLambdaException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end