Values.CheckDomainTransferabilityResponseSourceThe CheckDomainTransferability response includes the following elements.
type nonrec t = {transferability : DomainTransferability.t option;A complex type that contains information about whether the specified domain can be transferred to Route 53.
*)message : Message.t option;Provides an explanation for when a domain can't be transferred.
*)}type nonrec error = [ | `InvalidInput of InvalidInput.t| `TLDInMaintenance of TLDInMaintenance.t| `UnsupportedTLD of UnsupportedTLD.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInput of InvalidInput.t
| `TLDInMaintenance of TLDInMaintenance.t
| `Unknown_operation_error of string * string option
| `UnsupportedTLD of UnsupportedTLD.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInput of InvalidInput.t
| `TLDInMaintenance of TLDInMaintenance.t
| `Unknown_operation_error of string * string option
| `UnsupportedTLD of UnsupportedTLD.t ]