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
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
AllowReassignment | string | Indicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface. | |
NetworkInterfaceId | string | [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.N | string | One 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. | |
SecondaryPrivateIpAddressCount | string | The number of secondary IP addresses to assign to the network interface. You can't specify this parameter when also specifying private IP addresses. | |
clientToken | string | The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details. | |
failureDetails | string | The details about the failure of a job. | |
jobId | string | The unique system-generated ID of the job for which you want to confirm receipt. |