Class: Aws::CodePipeline::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::TooManyTagsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
The tags limit for a resource has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5779 5780 5781 5782 5783 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 5779 class TooManyTagsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |