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

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

#messageString

Returns:

  • (String)


9515
9516
9517
9518
9519
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 9515

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