Values.DeleteRemoteAccessSessionResultSourceThe response from the server when a request is made to delete the remote access session.
type nonrec error = [ | `ArgumentException of ArgumentException.t| `LimitExceededException of LimitExceededException.t| `NotFoundException of NotFoundException.t| `ServiceAccountException of ServiceAccountException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ArgumentException of ArgumentException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `ServiceAccountException of ServiceAccountException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ArgumentException of ArgumentException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `ServiceAccountException of ServiceAccountException.t
| `Unknown_operation_error of string * string option ]