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