Class: Aws::WorkMail::Errors::MailDomainNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WorkMail::Errors::MailDomainNotFoundException
- Defined in:
- lib/aws-sdk-workmail/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MailDomainNotFoundException
constructor
A new instance of MailDomainNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MailDomainNotFoundException
Returns a new instance of MailDomainNotFoundException.
259 260 261 |
# File 'lib/aws-sdk-workmail/errors.rb', line 259 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
264 265 266 |
# File 'lib/aws-sdk-workmail/errors.rb', line 264 def @message || @data[:message] end |