Values_0.CancelStatementResponseSourceCancels the statement.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `EntityNotFoundException of EntityNotFoundException.t| `IllegalSessionStateException of IllegalSessionStateException.t| `InternalServiceException of InternalServiceException.t| `InvalidInputException of InvalidInputException.t| `OperationTimeoutException of OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `EntityNotFoundException of EntityNotFoundException.t
| `IllegalSessionStateException of IllegalSessionStateException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidInputException of InvalidInputException.t
| `OperationTimeoutException of OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `EntityNotFoundException of EntityNotFoundException.t
| `IllegalSessionStateException of IllegalSessionStateException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidInputException of InvalidInputException.t
| `OperationTimeoutException of OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]