Class: Aws::XRay::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::TooManyTagsException
- Defined in:
- gems/aws-sdk-xray/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
#message ⇒ String
3008 3009 3010 3011 3012 3013 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3008 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
3008 3009 3010 3011 3012 3013 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3008 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |