PipelineExecutionStateDetails
Additional information about the current execution status. Populated when the execution has terminated.
Contents
- message
-
Human-readable description of the outcome. For a failed execution, this describes why it failed; for a cancelled execution, this is the reason you supplied when calling CancelPipelineExecution.
Type: String
Required: Yes
- code
-
Classification of the failure. Present when the execution failed.
Type: String
Valid Values:
VALIDATION_ERROR | INTERNAL_FAILURE | EXECUTION_ERROR | TIMED_OUTRequired: No
- details
-
Per-step error entries to help diagnose a failed execution. Present when the execution failed.
Type: Array of DetailedPipelineError objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: