Class: Aws::CostExplorer::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::TooManyTagsException
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Can occur if you specify a number of tags for a resource greater than the maximum 50 user tags per resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8208 8209 8210 8211 8212 8213 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 8208 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
8208 8209 8210 8211 8212 8213 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 8208 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |