Class: Aws::ElasticLoadBalancingV2::Errors::RuleNotFoundException Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ElasticLoadBalancingV2::Errors::RuleNotFoundException
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/errors.rb
Overview
Deprecated.
This error class is not used during parsing.
Please use RuleNotFound
instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RuleNotFoundException
constructor
A new instance of RuleNotFoundException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RuleNotFoundException
Returns a new instance of RuleNotFoundException.
565 566 567 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/errors.rb', line 565 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |