Class: Aws::States::Types::TooManyTags
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::TooManyTags
- Includes:
- Aws::Structure
- Defined in:
- 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.
[1]: docs.aws.amazon.com/step-functions/latest/dg/limits.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4388 4389 4390 4391 4392 4393 |
# File 'lib/aws-sdk-states/types.rb', line 4388 class TooManyTags < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
4388 4389 4390 4391 4392 4393 |
# File 'lib/aws-sdk-states/types.rb', line 4388 class TooManyTags < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |