Class: Aws::ServiceDiscovery::Errors::TooManyTagsException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TooManyTagsException.

Parameters:



276
277
278
# File 'lib/aws-sdk-servicediscovery/errors.rb', line 276

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

Instance Method Details

#messageString

Returns:

  • (String)


281
282
283
# File 'lib/aws-sdk-servicediscovery/errors.rb', line 281

def message
  @message || @data[:message]
end

#resource_nameString

Returns:

  • (String)


286
287
288
# File 'lib/aws-sdk-servicediscovery/errors.rb', line 286

def resource_name
  @data[:resource_name]
end