Put Third Party Job Failure Result

GET {{baseUrl}}/?Action=PutThirdPartyJobFailureResult&AllowReassignment=<string>&NetworkInterfaceId=<string>&PrivateIpAddress.N=<string>&SecondaryPrivateIpAddressCount=<string>&clientToken=<string>&failureDetails=<string>&jobId=<string>

Represents the failure of a third party job as returned to the pipeline by a job worker.

Request Params

KeyDatatypeRequiredDescription
Actionstring
AllowReassignmentstringIndicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface.
NetworkInterfaceIdstring[EC2-VPC] The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID.
PrivateIpAddress.NstringOne or more IP addresses to be assigned as a secondary private IP address to the network interface. You can't specify this parameter when also specifying a number of secondary IP addresses.
SecondaryPrivateIpAddressCountstringThe number of secondary IP addresses to assign to the network interface. You can't specify this parameter when also specifying private IP addresses.
clientTokenstringThe clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
failureDetailsstringThe details about the failure of a job.
jobIdstringThe unique system-generated ID of the job for which you want to confirm receipt.