ACM / Client / revoke_acme_account
revoke_acme_account¶
- ACM.Client.revoke_acme_account(**kwargs)¶
Revokes an ACME account, preventing it from requesting or revoking certificates. This operation is irreversible.
See also: AWS API Documentation
Request Syntax
response = client.revoke_acme_account( AcmeEndpointArn='string', AccountUrl='string' )
- Parameters:
AcmeEndpointArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the ACME endpoint.
AccountUrl (string) –
[REQUIRED]
The URL of the ACME account to revoke.
- Returns:
None
Exceptions
ACM.Client.exceptions.InternalServerExceptionACM.Client.exceptions.ConflictExceptionACM.Client.exceptions.AccessDeniedExceptionACM.Client.exceptions.ValidationExceptionACM.Client.exceptions.ResourceNotFoundExceptionACM.Client.exceptions.ThrottlingException