Class: Aws::Bedrock::Types::TooManyTagsException

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

Overview

The request contains more tags than can be associated with a resource (50 tags per resource). The maximum number of tags includes both existing tags and those included in your current request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3100

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

#resource_nameString

The name of the resource with too many tags.

Returns:

  • (String)


3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3100

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