Learn R Programming

paws.networking (version 0.1.9)

route53domains_cancel_domain_transfer_to_another_aws_account: Cancels the transfer of a domain from the current AWS account to another AWS account

Description

Cancels the transfer of a domain from the current AWS account to another AWS account. You initiate a transfer between AWS accounts using TransferDomainToAnotherAwsAccount.

Usage

route53domains_cancel_domain_transfer_to_another_aws_account(DomainName)

Arguments

DomainName

[required] The name of the domain for which you want to cancel the transfer to another AWS account.

Request syntax

svc$cancel_domain_transfer_to_another_aws_account(
  DomainName = "string"
)

Details

You must cancel the transfer before the other AWS account accepts the transfer using AcceptDomainTransferFromAnotherAwsAccount.

Use either ListOperations or GetOperationDetail to determine whether the operation succeeded. GetOperationDetail provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.