Class: Aws::Route53Domains::Types::CheckDomainTransferabilityResponse

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

Overview

The CheckDomainTransferability response includes the following elements.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Provides an explanation for when a domain can't be transferred.

Returns:

  • (String)


346
347
348
349
350
351
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 346

class CheckDomainTransferabilityResponse < Struct.new(
  :transferability,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#transferabilityTypes::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 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 346

class CheckDomainTransferabilityResponse < Struct.new(
  :transferability,
  :message)
  SENSITIVE = []
  include Aws::Structure
end