Class: Aws::WorkMail::Types::MailDomainInUseException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#messageString

Returns:

  • (String)


3877
3878
3879
3880
3881
# File 'lib/aws-sdk-workmail/types.rb', line 3877

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