Class: Aws::WorkMail::Types::InvalidPasswordException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::InvalidPasswordException
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
The supplied password doesn't match the minimum security constraints, such as length or use of special characters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2316 2317 2318 2319 2320 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2316 class InvalidPasswordException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |