Class: Aws::CodePipeline::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ConflictException
- 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
#message ⇒ String
1429 1430 1431 1432 1433 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1429 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |