ACM / Client / revoke_acme_external_account_binding
revoke_acme_external_account_binding¶
- ACM.Client.revoke_acme_external_account_binding(**kwargs)¶
Revokes an external account binding, preventing new ACME accounts from being registered using this binding. Existing ACME accounts that were previously registered using the binding are not affected and must be revoked separately.
See also: AWS API Documentation
Request Syntax
response = client.revoke_acme_external_account_binding( AcmeExternalAccountBindingArn='string' )
- Parameters:
AcmeExternalAccountBindingArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the ACME external account binding to revoke.
- Returns:
None
Exceptions
ACM.Client.exceptions.InternalServerExceptionACM.Client.exceptions.ConflictExceptionACM.Client.exceptions.AccessDeniedExceptionACM.Client.exceptions.ValidationExceptionACM.Client.exceptions.ResourceNotFoundExceptionACM.Client.exceptions.ThrottlingException