Class: Aws::CloudWatchLogs::Types::TooManyTagsException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (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_nameString

The name of the resource.

Returns:

  • (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