View a markdown version of this page

PipelineExecutionStateDetails - Amazon IoT SiteWise
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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_OUT

Required: 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 Amazon SDKs, see the following: