Values.ActivityTaskStatusSourceStatus information about an activity task.
type nonrec t = {cancelRequested : Canceled.t option;Set to true if cancellation of the task is requested.
*)}type nonrec error = [ | `OperationNotPermittedFault of OperationNotPermittedFault.t| `UnknownResourceFault of UnknownResourceFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `OperationNotPermittedFault of OperationNotPermittedFault.t
| `UnknownResourceFault of UnknownResourceFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `OperationNotPermittedFault of OperationNotPermittedFault.t
| `UnknownResourceFault of UnknownResourceFault.t
| `Unknown_operation_error of string * string option ]