Values.DeleteTaskResponseSourceDeletes a transfer task resource from DataSync.
type nonrec error = [ | `InternalException of InternalException.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalException of InternalException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalException of InternalException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]