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

Class: Aws::Route53Domains::Types::GetContactReachabilityStatusResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name for which you requested the reachability status.

Returns:

  • (String)

    The domain name for which you requested the reachability status.

#statusString

Whether the registrant contact has responded. Values include the following:

PENDING

We sent the confirmation email and haven\'t received a response yet.

DONE

We sent the email and got confirmation from the registrant contact.

EXPIRED

The time limit expired before the registrant contact responded.

Possible values:

  • PENDING
  • DONE
  • EXPIRED

Returns:

  • (String)

    Whether the registrant contact has responded.