Smaws_Client_Route53Domains.RejectDomainTransferFromAnotherAwsAccountRejects the transfer of a domain from another Amazon Web Services account to the current Amazon Web Services account. You initiate a transfer betweenAmazon Web Services accounts using TransferDomainToAnotherAwsAccount.
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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidInput of Types.invalid_input
| `OperationLimitExceeded of Types.operation_limit_exceeded
| `UnsupportedTLD of Types.unsupported_tl_d ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.reject_domain_transfer_from_another_aws_account_request ->
(Types.reject_domain_transfer_from_another_aws_account_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidInput of Types.invalid_input
| `OperationLimitExceeded of Types.operation_limit_exceeded
| `UnsupportedTLD of Types.unsupported_tl_d ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.reject_domain_transfer_from_another_aws_account_request ->
(Types.reject_domain_transfer_from_another_aws_account_response
Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidInput of Types.invalid_input
| `OperationLimitExceeded of Types.operation_limit_exceeded
| `UnsupportedTLD of Types.unsupported_tl_d ]
* Smaws_Lib.Response.metadata)
Stdlib.result