Values.CancelResourceRequestOutputSourceCancels the specified resource operation request. For more information, see Canceling resource operation requests in the Amazon Web Services Cloud Control API User Guide. Only resource operations requests with a status of PENDING or IN_PROGRESS can be canceled.
type nonrec error = [ | `ConcurrentModificationException of ConcurrentModificationException.t| `RequestTokenNotFoundException of RequestTokenNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `RequestTokenNotFoundException of RequestTokenNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `RequestTokenNotFoundException of RequestTokenNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of TypeName.t
| `Timestamp of Timestamp.t ])
list ])
list ]