Values_0.TransferCertificateResponseSourceThe output from the TransferCertificate operation.
type nonrec t = {transferredCertificateArn : CertificateArn.t option;The ARN of the certificate.
*)}type nonrec error = [ | `CertificateStateException of CertificateStateException.t| `InternalFailureException of InternalFailureException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `TransferConflictException of TransferConflictException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CertificateStateException of CertificateStateException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `TransferConflictException of TransferConflictException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CertificateStateException of CertificateStateException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `TransferConflictException of TransferConflictException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]