Class: Aws::QConnect::Types::TooManyTagsException

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

Overview

Amazon Q in Connect throws this exception if you have too many tags in your tag set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4136
4137
4138
4139
4140
4141
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4136

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

#resource_nameString

The specified resource name.

Returns:

  • (String)


4136
4137
4138
4139
4140
4141
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4136

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