StageExecution
Represents information about the run of a stage.
Contents
- pipelineExecutionId
- 
               The ID of the pipeline execution associated with the stage. Type: String Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}Required: Yes 
- status
- 
               The status of the stage, or for a completed stage, the last status of the stage. NoteA status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed. Type: String Valid Values: Cancelled | InProgress | Failed | Stopped | Stopping | Succeeded | SkippedRequired: Yes 
- type
- 
               The type of pipeline execution for the stage, such as a rollback pipeline execution. Type: String Valid Values: STANDARD | ROLLBACKRequired: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: