Values.DeleteLunaClientResponseSourceThis is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. Deletes a client.
type nonrec error = [ | `CloudHsmInternalException of CloudHsmInternalException.t| `CloudHsmServiceException of CloudHsmServiceException.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CloudHsmInternalException of unit
| `CloudHsmServiceException of CloudHsmServiceException.t
| `InvalidRequestException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CloudHsmInternalException of unit
| `CloudHsmServiceException of CloudHsmServiceException.t
| `InvalidRequestException of unit
| `Unknown_operation_error of string * string option ]