Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Represents the failure of a job as returned to the pipeline by a job worker. Only used for custom actions.
Creating a Request
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:
pjfrJobId
- The unique system-generated ID of the job that failed. This is the same ID returned from PollForJobs.pjfrFailureDetails
- The details about the failure of a job.
data PutJobFailureResult Source #
Represents the input of a PutJobFailureResult action.
See: putJobFailureResult
smart constructor.
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.
data PutJobFailureResultResponse Source #
See: putJobFailureResultResponse
smart constructor.