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

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

#messageString

Returns:

  • (String)


4184
4185
4186
4187
4188
4189
# File 'gems/aws-sdk-states/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 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4184

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