View source: R/codepipeline_operations.R
codepipeline_put_job_failure_result | R Documentation |
Represents the failure of a job as returned to the pipeline by a job worker. Used for custom actions only.
See https://www.paws-r-sdk.com/docs/codepipeline_put_job_failure_result/ for full documentation.
codepipeline_put_job_failure_result(jobId, failureDetails)
jobId |
[required] The unique system-generated ID of the job that failed. This is the same
ID returned from |
failureDetails |
[required] The details about the failure of a job. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.