Class: Aws::CognitoIdentityProvider::Types::UnexpectedLambdaException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UnexpectedLambdaException
- 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
-
#message ⇒ String
The message returned when Amazon Cognito returns an unexpected Lambda exception.
Instance Attribute Details
#message ⇒ String
The message returned when Amazon Cognito returns an unexpected Lambda exception.
8630 8631 8632 8633 8634 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8630 class UnexpectedLambdaException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |