Class: Aws::SES::Errors::RuleSetDoesNotExistException Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SES::Errors::RuleSetDoesNotExistException
- Defined in:
- gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb
Overview
Deprecated.
This error class is not used during parsing.
Please use RuleSetDoesNotExist
instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RuleSetDoesNotExistException
constructor
A new instance of RuleSetDoesNotExistException.
-
#name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RuleSetDoesNotExistException
Returns a new instance of RuleSetDoesNotExistException.
583 584 585 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 583 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#name ⇒ String
588 589 590 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 588 def name @data[:name] end |