Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetHealthCheckLastFailureReasonRequest

import type { GetHealthCheckLastFailureReasonRequest } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";

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

interface GetHealthCheckLastFailureReasonRequest {
HealthCheckId: string;
}

§Properties

§
HealthCheckId: string
[src]

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.

Note: 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.