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.
8727 8728 8729 8730 8731 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8727 class PasswordResetRequiredException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |