Class: Aws::WorkMail::Types::MailDomainStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::MailDomainStateException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
3904 3905 3906 3907 3908 |
# File 'lib/aws-sdk-workmail/types.rb', line 3904 class MailDomainStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |