Class: Aws::WorkMail::Types::EntityAlreadyRegisteredException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::EntityAlreadyRegisteredException
- 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
#message ⇒ 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 |