Class: Aws::States::Errors::TooManyTags
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::States::Errors::TooManyTags
- Defined in:
- lib/aws-sdk-states/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyTags
constructor
A new instance of TooManyTags.
- #message ⇒ String
- #resource_name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyTags
Returns a new instance of TooManyTags.
550 551 552 |
# File 'lib/aws-sdk-states/errors.rb', line 550 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
555 556 557 |
# File 'lib/aws-sdk-states/errors.rb', line 555 def @message || @data[:message] end |
#resource_name ⇒ String
560 561 562 |
# File 'lib/aws-sdk-states/errors.rb', line 560 def resource_name @data[:resource_name] end |