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 request :
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 ])
Stdlib.result