

# PipelineExecutionSummary
<a name="API_PipelineExecutionSummary"></a>

A pipeline execution summary.

## Contents
<a name="API_PipelineExecutionSummary_Contents"></a>

 ** PipelineExecutionArn **   <a name="sagemaker-Type-PipelineExecutionSummary-PipelineExecutionArn"></a>
The Amazon Resource Name (ARN) of the pipeline execution.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 2048.  
Pattern: `arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:pipeline\/.*\/execution\/.*`   
Required: No

 ** PipelineExecutionDescription **   <a name="sagemaker-Type-PipelineExecutionSummary-PipelineExecutionDescription"></a>
The description of the pipeline execution.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 3072.  
Pattern: `.*`   
Required: No

 ** PipelineExecutionDisplayName **   <a name="sagemaker-Type-PipelineExecutionSummary-PipelineExecutionDisplayName"></a>
The display name of the pipeline execution.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 82.  
Pattern: `[a-zA-Z0-9](-*[a-zA-Z0-9]){0,81}`   
Required: No

 ** PipelineExecutionFailureReason **   <a name="sagemaker-Type-PipelineExecutionSummary-PipelineExecutionFailureReason"></a>
A message generated by SageMaker Pipelines describing why the pipeline execution failed.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 3072.  
Required: No

 ** PipelineExecutionStatus **   <a name="sagemaker-Type-PipelineExecutionSummary-PipelineExecutionStatus"></a>
The status of the pipeline execution.  
Type: String  
Valid Values: `Executing | Stopping | Stopped | Failed | Succeeded`   
Required: No

 ** StartTime **   <a name="sagemaker-Type-PipelineExecutionSummary-StartTime"></a>
The start time of the pipeline execution.  
Type: Timestamp  
Required: No

## See Also
<a name="API_PipelineExecutionSummary_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/sagemaker-2017-07-24/PipelineExecutionSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/sagemaker-2017-07-24/PipelineExecutionSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/sagemaker-2017-07-24/PipelineExecutionSummary) 