Class: Aws::CostExplorer::Errors::TooManyTagsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CostExplorer::Errors::TooManyTagsException
- Defined in:
- lib/aws-sdk-costexplorer/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyTagsException
constructor
A new instance of TooManyTagsException.
- #message ⇒ String
- #resource_name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyTagsException
Returns a new instance of TooManyTagsException.
211 212 213 |
# File 'lib/aws-sdk-costexplorer/errors.rb', line 211 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
216 217 218 |
# File 'lib/aws-sdk-costexplorer/errors.rb', line 216 def || @data[:message] end |
#resource_name ⇒ String
221 222 223 |
# File 'lib/aws-sdk-costexplorer/errors.rb', line 221 def resource_name @data[:resource_name] end |