Class: Aws::CognitoIdentityProvider::Types::InvalidPasswordException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::InvalidPasswordException
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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
-
#message ⇒ String
The message returned when Amazon Cognito throws an invalid user password exception.
Instance Attribute Details
#message ⇒ String
The message returned when Amazon Cognito throws an invalid user password exception.
7212 7213 7214 7215 7216 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 7212 class InvalidPasswordException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |