Class: Aws::WorkMail::Types::ReservedNameException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ReservedNameException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
This user, group, or resource name is not allowed in WorkMail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4748 4749 4750 4751 4752 |
# File 'lib/aws-sdk-workmail/types.rb', line 4748 class ReservedNameException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |