Class: Aws::S3Control::Types::TooManyTagsException

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

Overview

Amazon S3 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)


8003
8004
8005
8006
8007
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8003

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