Class: Aws::CognitoIdentityProvider::Types::UserLambdaValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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

Instance Attribute Details

#messageString

The message returned when the Amazon Cognito service returns a user validation exception with the Lambda service.

Returns:

  • (String)


9675
9676
9677
9678
9679
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 9675

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