Values.TransferDomainToAnotherAwsAccountResponseSourceThe TransferDomainToAnotherAwsAccount response includes the following elements.
type nonrec t = {operationId : OperationId.t option;Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
*)password : Password.t option;To finish transferring a domain to another Amazon Web Services account, the account that the domain is being transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the Password element that was returned in the TransferDomainToAnotherAwsAccount response.
*)}type nonrec error = [ | `DuplicateRequest of DuplicateRequest.t| `InvalidInput of InvalidInput.t| `OperationLimitExceeded of OperationLimitExceeded.t| `UnsupportedTLD of UnsupportedTLD.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DuplicateRequest of DuplicateRequest.t
| `InvalidInput of InvalidInput.t
| `OperationLimitExceeded of OperationLimitExceeded.t
| `Unknown_operation_error of string * string option
| `UnsupportedTLD of UnsupportedTLD.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DuplicateRequest of DuplicateRequest.t
| `InvalidInput of InvalidInput.t
| `OperationLimitExceeded of OperationLimitExceeded.t
| `Unknown_operation_error of string * string option
| `UnsupportedTLD of UnsupportedTLD.t ]