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

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3594
3595
3596
3597
3598
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3594

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