Class: Aws::CodePipeline::Types::InvalidTagsException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

The specified resource tags are invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2638
2639
2640
2641
2642
# File 'lib/aws-sdk-codepipeline/types.rb', line 2638

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