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.InternalServerException

  • ACM.Client.exceptions.ConflictException

  • ACM.Client.exceptions.AccessDeniedException

  • ACM.Client.exceptions.ValidationException

  • ACM.Client.exceptions.ResourceNotFoundException

  • ACM.Client.exceptions.ThrottlingException