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
1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1409 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |