Class: Aws::SES::Errors::RuleDoesNotExistException Deprecated
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SES::Errors::RuleDoesNotExistException
- Defined in:
- lib/aws-sdk-ses/errors.rb,
sig/errors.rbs
Overview
Deprecated.
This error class is not used during parsing.
Please use RuleDoesNotExist instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RuleDoesNotExistException
constructor
A new instance of RuleDoesNotExistException.
- #name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RuleDoesNotExistException
Returns a new instance of RuleDoesNotExistException.
566 567 568 |
# File 'lib/aws-sdk-ses/errors.rb', line 566 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#name ⇒ String
571 |
# File 'lib/aws-sdk-ses/errors.rb', line 571
def name: () -> ::String
|