Class: Aws::WorkMail::Types::MailDomainNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::MailDomainNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
The domain specified is not found in your organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3890 3891 3892 3893 3894 |
# File 'lib/aws-sdk-workmail/types.rb', line 3890 class MailDomainNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |