Class: Aws::ElasticLoadBalancing::Errors::ListenerNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ElasticLoadBalancing::Errors::ListenerNotFoundException
- Defined in:
- lib/aws-sdk-elasticloadbalancing/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.
184 185 186 |
# File 'lib/aws-sdk-elasticloadbalancing/errors.rb', line 184 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |