Class: Aws::WorkMail::Types::InvalidPasswordException

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

#messageString

Returns:

  • (String)


2697
2698
2699
2700
2701
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2697

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