Class: Aws::WorkMail::Types::EntityAlreadyRegisteredException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workmail/types.rb

Overview

The user, group, or resource that you’re trying to register is already registered.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2130
2131
2132
2133
2134
# File 'lib/aws-sdk-workmail/types.rb', line 2130

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