Class: Aws::Route53Domains::Types::GetContactReachabilityStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::GetContactReachabilityStatusResponse
- Defined in:
- gems/aws-sdk-route53domains/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.
1586 1587 1588 1589 1590 1591 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 1586 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.
1586 1587 1588 1589 1590 1591 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 1586 class GetContactReachabilityStatusResponse < Struct.new( :domain_name, :status) SENSITIVE = [] include Aws::Structure end |