Class: Aws::KinesisAnalytics::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::TooManyTagsException
- Defined in:
- gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb
Overview
Application created with too many tags, or too many tags added to an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3561 3562 3563 3564 3565 |
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 3561 class TooManyTagsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |