Class: Aws::CognitoIdentityProvider::Types::PasswordHistoryPolicyViolationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::PasswordHistoryPolicyViolationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The message returned when a user’s new password matches a previous password and doesn’t comply with the password-history policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6921 6922 6923 6924 6925 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6921 class PasswordHistoryPolicyViolationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |