Class: Aws::CognitoIdentityProvider::Types::PasswordHistoryPolicyViolationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::PasswordHistoryPolicyViolationException
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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
8476 8477 8478 8479 8480 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8476 class PasswordHistoryPolicyViolationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |