You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53::Types::GetHealthCheckLastFailureReasonRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetHealthCheckLastFailureReasonRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  health_check_id: "HealthCheckId", # required
}

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

Instance Attribute Summary collapse

Instance Attribute Details

#health_check_idString

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.

Returns:

  • (String)

    The ID for the health check for which you want the last failure reason.