Class: Aws::CodePipeline::Types::ConcurrentPipelineExecutionsLimitExceededException

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

Overview

The pipeline has reached the limit for concurrent pipeline executions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1304
1305
1306
1307
1308
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1304

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