Class: Aws::CodePipeline::Types::TooManyTagsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/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

#messageString

Returns:

  • (String)


4554
4555
4556
4557
4558
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4554

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