Values.PutThirdPartyJobFailureResultInputSourceRepresents the input of a PutThirdPartyJobFailureResult action.
type nonrec t = {jobId : ThirdPartyJobId.t;The ID of the job that failed. This is the same ID returned from PollForThirdPartyJobs.
*)clientToken : ClientToken.t;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 : FailureDetails.t;Represents information about failure details.
*)}val make :
jobId:ThirdPartyJobId.t ->
clientToken:ClientToken.t ->
failureDetails:FailureDetails.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ThirdPartyJobId.t
| `Structure of
(string * [> `Enum of string | `String of Message.t ]) list ])
list ]