Values.GetHealthCheckLastFailureReasonResponseSourceA complex type that contains the response to a GetHealthCheckLastFailureReason request.
type nonrec t = {healthCheckObservations : HealthCheckObservations.t option;A list that contains one Observation element for each Amazon Route 53 health checker that is reporting a last failure reason.
*)}type nonrec error = [ | `InvalidInput of InvalidInput.t| `NoSuchHealthCheck of NoSuchHealthCheck.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInput of InvalidInput.t
| `NoSuchHealthCheck of NoSuchHealthCheck.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInput of InvalidInput.t
| `NoSuchHealthCheck of NoSuchHealthCheck.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of IPAddress.t
| `Structure of
(string
* [> `String of Status.t
| `Timestamp of TimeStamp.t ])
list ])
list ]
list ])
list ]