Class: Aws::S3Control::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::TooManyTagsException
- 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
#message ⇒ String
8245 8246 8247 8248 8249 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8245 class TooManyTagsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |