Class: Aws::WorkMail::Types::MailDomainStateException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

After a domain has been added to the organization, it must be verified. The domain is not yet verified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3621
3622
3623
3624
3625
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3621

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