Class: Aws::Route53Domains::Types::GetContactReachabilityStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::GetContactReachabilityStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name for which you requested the reachability status.
-
#status ⇒ String
Whether the registrant contact has responded.
Instance Attribute Details
#domain_name ⇒ String
The domain name for which you requested the reachability status.
1481 1482 1483 1484 1485 1486 |
# File 'lib/aws-sdk-route53domains/types.rb', line 1481 class GetContactReachabilityStatusResponse < Struct.new( :domain_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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.
1481 1482 1483 1484 1485 1486 |
# File 'lib/aws-sdk-route53domains/types.rb', line 1481 class GetContactReachabilityStatusResponse < Struct.new( :domain_name, :status) SENSITIVE = [] include Aws::Structure end |