Class: Aws::WorkMail::Types::EmailAddressInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::EmailAddressInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
The email address that you’re trying to assign is already created for a different user, group, or resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2116 2117 2118 2119 2120 |
# File 'lib/aws-sdk-workmail/types.rb', line 2116 class EmailAddressInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |