Represents the failure of a job as returned to the pipeline by a job worker. Used for custom actions only.
Use a bare-bones client and the command you need to make an API call.
import { CodePipelineClient, PutJobFailureResultCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import // const { CodePipelineClient, PutJobFailureResultCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import const client = new CodePipelineClient(config); const command = new PutJobFailureResultCommand(input); const response = await client.send(command);
PutJobFailureResultCommandInput for command's input shape.
input
PutJobFailureResultCommandOutput for command's response shape.
response
config for CodePipelineClient's config shape.
config
Represents the failure of a job as returned to the pipeline by a job worker. Used for custom actions only.
Use a bare-bones client and the command you need to make an API call.
import { CodePipelineClient, PutJobFailureResultCommand } from "@aws-sdk/client-codepipeline"; // ES Modules import // const { CodePipelineClient, PutJobFailureResultCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import const client = new CodePipelineClient(config); const command = new PutJobFailureResultCommand(input); const response = await client.send(command);
PutJobFailureResultCommandInput for command's
input
shape.PutJobFailureResultCommandOutput for command's
response
shape.config for CodePipelineClient's
config
shape.