Class: Aws::CognitoIdentityProvider::Types::InvalidPasswordException

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 invalid password.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned when Amazon Cognito throws an invalid user password exception.

Returns:

  • (String)


5918
5919
5920
5921
5922
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5918

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