Class: Aws::WorkMail::Errors::InvalidCustomSesConfigurationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WorkMail::Errors::InvalidCustomSesConfigurationException
- Defined in:
- lib/aws-sdk-workmail/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidCustomSesConfigurationException
constructor
A new instance of InvalidCustomSesConfigurationException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidCustomSesConfigurationException
Returns a new instance of InvalidCustomSesConfigurationException.
184 185 186 |
# File 'lib/aws-sdk-workmail/errors.rb', line 184 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
189 190 191 |
# File 'lib/aws-sdk-workmail/errors.rb', line 189 def @message || @data[:message] end |