Class: Aws::CognitoIdentityProvider::Types::PasswordHistoryPolicyViolationException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


6922
6923
6924
6925
6926
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6922

class PasswordHistoryPolicyViolationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end