Class: Aws::States::Types::TooManyTags
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::TooManyTags
- Defined in:
- gems/aws-sdk-states/lib/aws-sdk-states/types.rb
Overview
You've exceeded the number of tags allowed for a resource. See the Limits Topic in the Step Functions Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4498 4499 4500 4501 4502 4503 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4498 class TooManyTags < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
4498 4499 4500 4501 4502 4503 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4498 class TooManyTags < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |