Class: Aws::IAM::Types::PasswordPolicyViolationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

The request was rejected because the provided password did not meet the requirements imposed by the account password policy.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7533
7534
7535
7536
# File 'lib/aws-sdk-iam/types.rb', line 7533

class PasswordPolicyViolationException < Struct.new(
  :message)
  include Aws::Structure
end