Class: Aws::CodePipeline::Types::ConflictException

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

Overview

Your request cannot be handled because the pipeline is busy handling ongoing activities. Try again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1306
1307
1308
1309
1310
# File 'lib/aws-sdk-codepipeline/types.rb', line 1306

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