Class: Aws::CognitoIdentityProvider::Errors::PasswordHistoryPolicyViolationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CognitoIdentityProvider::Errors::PasswordHistoryPolicyViolationException
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PasswordHistoryPolicyViolationException
constructor
A new instance of PasswordHistoryPolicyViolationException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PasswordHistoryPolicyViolationException
Returns a new instance of PasswordHistoryPolicyViolationException.
399 400 401 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 399 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
404 405 406 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 404 def @message || @data[:message] end |