Class: Aws::ElasticLoadBalancing::Errors::DuplicateTagKeysException Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use ‘DuplicateTagKeys` instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DuplicateTagKeysException.

Parameters:



161
162
163
# File 'lib/aws-sdk-elasticloadbalancing/errors.rb', line 161

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