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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53domains/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name for which you requested the reachability status.

Returns:

  • (String)


1491
1492
1493
1494
1495
1496
# File 'lib/aws-sdk-route53domains/types.rb', line 1491

class GetContactReachabilityStatusResponse < Struct.new(
  :domain_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#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.

Returns:

  • (String)


1491
1492
1493
1494
1495
1496
# File 'lib/aws-sdk-route53domains/types.rb', line 1491

class GetContactReachabilityStatusResponse < Struct.new(
  :domain_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end