Module Smaws_Client_ACM.DescribeCertificate

Returns detailed metadata about the specified ACM certificate.

If you have just created a certificate using the RequestCertificate action, there is a delay of several seconds before you can retrieve information about it.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InvalidArnException of Types.invalid_arn_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.describe_certificate_request -> (Types.describe_certificate_response, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidArnException of Types.invalid_arn_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ]) Stdlib.result