Class: Aws::States::Errors::TooManyTags

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TooManyTags.

Parameters:



449
450
451
# File 'lib/aws-sdk-states/errors.rb', line 449

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

Instance Method Details

#messageString

Returns:

  • (String)


454
455
456
# File 'lib/aws-sdk-states/errors.rb', line 454

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

#resource_nameString

Returns:

  • (String)


459
460
461
# File 'lib/aws-sdk-states/errors.rb', line 459

def resource_name
  @data[:resource_name]
end