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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/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)


4358
4359
4360
4361
4362
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4358

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