Module Values.GetHealthCheckLastFailureReasonRequestSource

A request for the reason that a health check failed most recently.

Sourcetype nonrec t = {
  1. healthCheckId : HealthCheckId.t;
    (*

    The ID for the health check for which you want the last failure reason. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element. If you want to get the last failure reason for a calculated health check, you must use the Amazon Route 53 console or the CloudWatch console. You can't use GetHealthCheckLastFailureReason for a calculated health check.

    *)
}
Sourceval context_ : string
Sourceval make : healthCheckId:HealthCheckId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of HealthCheckId.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