Class: Aws::XRay::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::TooManyTagsException
- 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
#message ⇒ String
3406 3407 3408 3409 3410 3411 |
# File 'lib/aws-sdk-xray/types.rb', line 3406 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
3406 3407 3408 3409 3410 3411 |
# File 'lib/aws-sdk-xray/types.rb', line 3406 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |