Class: Aws::CloudWatchLogs::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::TooManyTagsException
- Includes:
- Structure
- Defined in:
- 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
7654 7655 7656 7657 7658 7659 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7654 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource.
7654 7655 7656 7657 7658 7659 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7654 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |