Class: Aws::CognitoIdentityProvider::Types::PasswordResetRequiredException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::PasswordResetRequiredException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when a password reset is required.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned when a password reset is required.
Instance Attribute Details
#message ⇒ String
The message returned when a password reset is required.
7009 7010 7011 7012 7013 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7009 class PasswordResetRequiredException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |