Module Values.CloudHsmServiceExceptionSource

Indicates that an exception occurred in the AWS CloudHSM service.

Sourcetype nonrec t = {
  1. message : String_.t option;
    (*

    Additional information about the error.

    *)
  2. retryable : Boolean.t option;
    (*

    Indicates if the action can be retried.

    *)
}
Sourceval make : ?message:??? -> ?retryable:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t