Class: Aws::DirectConnect::Errors::TooManyTagsException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TooManyTagsException.

Parameters:



86
87
88
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/errors.rb', line 86

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