Class: Aws::Route53Domains::Types::CheckDomainTransferabilityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::CheckDomainTransferabilityResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
The CheckDomainTransferability response includes the following elements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Provides an explanation for when a domain can’t be transferred.
-
#transferability ⇒ Types::DomainTransferability
A complex type that contains information about whether the specified domain can be transferred to Route 53.
Instance Attribute Details
#message ⇒ String
Provides an explanation for when a domain can’t be transferred.
346 347 348 349 350 351 |
# File 'lib/aws-sdk-route53domains/types.rb', line 346 class CheckDomainTransferabilityResponse < Struct.new( :transferability, :message) SENSITIVE = [] include Aws::Structure end |
#transferability ⇒ Types::DomainTransferability
A complex type that contains information about whether the specified domain can be transferred to Route 53.
346 347 348 349 350 351 |
# File 'lib/aws-sdk-route53domains/types.rb', line 346 class CheckDomainTransferabilityResponse < Struct.new( :transferability, :message) SENSITIVE = [] include Aws::Structure end |