Class: Aws::ApplicationInsights::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::TooManyTagsException
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
The number of the provided tags is beyond the limit, or the number of total tags you are trying to attach to the specified resource exceeds the limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_name ⇒ String
The name of the resource with too many tags.
Instance Attribute Details
#message ⇒ String
1722 1723 1724 1725 1726 1727 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1722 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource with too many tags.
1722 1723 1724 1725 1726 1727 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1722 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |