Class: Aws::XRay::Errors::TooManyTagsException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TooManyTagsException.

Parameters:



192
193
194
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/errors.rb', line 192

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

Instance Method Details

#messageString

Returns:

  • (String)


197
198
199
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/errors.rb', line 197

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

#resource_nameString

Returns:

  • (String)


202
203
204
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/errors.rb', line 202

def resource_name
  @data[:resource_name]
end