Accepts the transfer of a domain from another AWS account to the current
AWS account. You initiate a transfer between AWS accounts using
transfer_domain_to_another_aws_account
.
Use either list_operations
or
get_operation_detail
to
determine whether the operation succeeded.
get_operation_detail
provides
additional information, for example,
Domain Transfer from Aws Account 111122223333 has been cancelled
.
route53domains_accept_domain_transfer_from_another_aws_account(
DomainName, Password)
[required] The name of the domain that was specified when another AWS account
submitted a
transfer_domain_to_another_aws_account
request.
[required] The password that was returned by the
transfer_domain_to_another_aws_account
request.
A list with the following syntax:
list( OperationId = "string" )
svc$accept_domain_transfer_from_another_aws_account( DomainName = "string", Password = "string" )