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.
227 228 229 |
# File 'lib/aws-sdk-costexplorer/errors.rb', line 227 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
232 233 234 |
# File 'lib/aws-sdk-costexplorer/errors.rb', line 232 def || @data[:message] end |
#resource_name ⇒ String
237 238 239 |
# File 'lib/aws-sdk-costexplorer/errors.rb', line 237 def resource_name @data[:resource_name] end |