Class: Aws::XRay::Types::TooManyTagsException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

You have exceeded the maximum number of tags you can apply to this resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3149
3150
3151
3152
3153
3154
# File 'lib/aws-sdk-xray/types.rb', line 3149

class TooManyTagsException < Struct.new(
  :message,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

Returns:

  • (String)


3149
3150
3151
3152
3153
3154
# File 'lib/aws-sdk-xray/types.rb', line 3149

class TooManyTagsException < Struct.new(
  :message,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end