Values.AcknowledgeJobOutputSourceRepresents the output of an AcknowledgeJob action.
type nonrec t = {status : JobStatus.t option;Whether the job worker has received the specified job.
*)}type nonrec error = [ | `InvalidNonceException of InvalidNonceException.t| `JobNotFoundException of JobNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidNonceException of unit
| `JobNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidNonceException of unit
| `JobNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]