amazonka-codepipeline-1.2.0.1: Amazon CodePipeline SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodePipeline.PutJobFailureResult

Contents

Description

Represents the failure of a job as returned to the pipeline by a job worker. Only used for custom actions.

See: AWS API Reference for PutJobFailureResult.

Synopsis

Creating a Request

putJobFailureResult Source

Creates a value of PutJobFailureResult with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

pjfrJobId :: Lens' PutJobFailureResult Text Source

The unique system-generated ID of the job that failed. This is the same ID returned from PollForJobs.

pjfrFailureDetails :: Lens' PutJobFailureResult FailureDetails Source

The details about the failure of a job.

Destructuring the Response

putJobFailureResultResponse :: PutJobFailureResultResponse Source

Creates a value of PutJobFailureResultResponse with the minimum fields required to make a request.