Class: Aws::ElasticLoadBalancing::Errors::UnsupportedProtocolException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UnsupportedProtocolException.

Parameters:



274
275
276
# File 'lib/aws-sdk-elasticloadbalancing/errors.rb', line 274

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