Class: Aws::States::Types::TooManyTags

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


4184
4185
4186
4187
4188
4189
# File 'lib/aws-sdk-states/types.rb', line 4184

class TooManyTags < Struct.new(
  :message,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

Returns:

  • (String)


4184
4185
4186
4187
4188
4189
# File 'lib/aws-sdk-states/types.rb', line 4184

class TooManyTags < Struct.new(
  :message,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end