Class: Aws::WorkMail::Types::ReservedNameException

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

#messageString

Returns:

  • (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