C# Class TTC.Deployment.AmazonWebServices.DeploymentsFailedException

Inheritance: System.ApplicationException
Mostra file Open project: travcorp/aws-tools

Public Methods

Method Description
DeploymentsFailedException ( DeploymentInfo failedDeployments, FailedInstance failedInstances ) : System

Private Methods

Method Description
DescribeFailedDeployment ( DeploymentInfo deploymentInfo ) : string
DescribeFailedInstances ( string deploymentId ) : string

Method Details

DeploymentsFailedException() public method

public DeploymentsFailedException ( DeploymentInfo failedDeployments, FailedInstance failedInstances ) : System
failedDeployments Amazon.CodeDeploy.Model.DeploymentInfo
failedInstances FailedInstance
return System