Class: Aws::ElasticLoadBalancing::Errors::ListenerNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ListenerNotFoundException

Returns a new instance of ListenerNotFoundException.

Parameters:



184
185
186
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/errors.rb', line 184

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end