Class: Aws::CloudWatchLogs::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::TooManyTagsException
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
A resource can have no more than 50 tags.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_name ⇒ String
The name of the resource.
Instance Attribute Details
#message ⇒ String
7677 7678 7679 7680 7681 7682 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7677 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource.
7677 7678 7679 7680 7681 7682 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7677 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |