Class: Aws::ElasticLoadBalancingV2::Errors::ListenerNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ElasticLoadBalancingV2::Errors::ListenerNotFoundException
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ListenerNotFoundException
constructor
A new instance of ListenerNotFoundException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ListenerNotFoundException
Returns a new instance of ListenerNotFoundException.
348 349 350 |
# File 'lib/aws-sdk-elasticloadbalancingv2/errors.rb', line 348 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |