Class: Aws::CognitoIdentityProvider::Types::UserLambdaValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UserLambdaValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when the Amazon Cognito service encounters a user validation exception with the Lambda service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned when the Amazon Cognito service returns a user validation exception with the Lambda service.
Instance Attribute Details
#message ⇒ String
The message returned when the Amazon Cognito service returns a user validation exception with the Lambda service.
9968 9969 9970 9971 9972 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9968 class UserLambdaValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |