Class: Aws::ElasticLoadBalancingV2::Errors::TooManyRegistrationsForTargetIdException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TooManyRegistrationsForTargetIdException.

Parameters:



450
451
452
# File 'lib/aws-sdk-elasticloadbalancingv2/errors.rb', line 450

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