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
3110 3111 3112 3113 3114 3115 |
# File 'lib/aws-sdk-states/types.rb', line 3110 class TooManyTags < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
3110 3111 3112 3113 3114 3115 |
# File 'lib/aws-sdk-states/types.rb', line 3110 class TooManyTags < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |