Values.CreateHsmResponseSourceContains the output of the CreateHsm operation.
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 ]