signer / Client / revoke_signature

revoke_signature#

signer.Client.revoke_signature(**kwargs)#

Changes the state of a signing job to REVOKED. This indicates that the signature is no longer valid.

See also: AWS API Documentation

Request Syntax

response = client.revoke_signature(
    jobId='string',
    jobOwner='string',
    reason='string'
)
Parameters:
  • jobId (string) –

    [REQUIRED]

    ID of the signing job to be revoked.

  • jobOwner (string) – AWS account ID of the job owner.

  • reason (string) –

    [REQUIRED]

    The reason for revoking the signing job.

Returns:

None

Exceptions