Class: Aws::ChimeSDKMeetings::Types::TooManyTagsException

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

Overview

Too many tags were added to the specified resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


1580
1581
1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1580

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

#messageString

Returns:

  • (String)


1580
1581
1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1580

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

#request_idString

The ID of the request that contains too many tags.

Returns:

  • (String)


1580
1581
1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1580

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

#resource_nameString

The name of the resource that received too many tags.

Returns:

  • (String)


1580
1581
1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1580

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