Class: Aws::IAM::Types::PasswordPolicyViolationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::PasswordPolicyViolationException
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7682 7683 7684 7685 7686 |
# File 'lib/aws-sdk-iam/types.rb', line 7682 class PasswordPolicyViolationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |