AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to GetPipelineExecutionAsync.

Namespace: Amazon.CodePipeline
Assembly: AWSSDK.CodePipeline.dll
Version: 3.x.y.z

Syntax

C#
public virtual GetPipelineExecutionResponse GetPipelineExecution(
         GetPipelineExecutionRequest request
)

Parameters

request
Type: Amazon.CodePipeline.Model.GetPipelineExecutionRequest

Container for the necessary parameters to execute the GetPipelineExecution service method.

Return Value


The response from the GetPipelineExecution service method, as returned by CodePipeline.

Exceptions

ExceptionCondition
PipelineExecutionNotFoundException The pipeline execution was specified in an invalid format or cannot be found, or an execution ID does not belong to the specified pipeline.
PipelineNotFoundException The pipeline was specified in an invalid format or cannot be found.
ValidationException The validation was specified in an invalid format.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also