Class: Aws::ApplicationAutoScaling::Types::TooManyTagsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb

Overview

The request contains too many tags. Try the request again with fewer tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4030
4031
4032
4033
4034
4035
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 4030

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

#resource_nameString

The name of the Application Auto Scaling resource. This value is an Amazon Resource Name (ARN).

Returns:

  • (String)


4030
4031
4032
4033
4034
4035
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 4030

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