Values.CancelStatementResponseSourceCancels a running query. To be canceled, a query must be running. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
type nonrec error = [ | `DatabaseConnectionException of DatabaseConnectionException.t| `InternalServerException of InternalServerException.t| `QueryTimeoutException of QueryTimeoutException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DatabaseConnectionException of DatabaseConnectionException.t
| `InternalServerException of InternalServerException.t
| `QueryTimeoutException of QueryTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DatabaseConnectionException of DatabaseConnectionException.t
| `InternalServerException of InternalServerException.t
| `QueryTimeoutException of QueryTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]