Class: Aws::WorkMail::Types::MailDomainInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::MailDomainInUseException
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
The domain you're trying to change is in use by another user or organization in your account. See the error message for details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3010 3011 3012 3013 3014 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3010 class MailDomainInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |