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'
)
[REQUIRED]
ID of the signing job to be revoked.
[REQUIRED]
The reason for revoking the signing job.
None
Exceptions
signer.Client.exceptions.ValidationException
signer.Client.exceptions.AccessDeniedException
signer.Client.exceptions.ResourceNotFoundException
signer.Client.exceptions.TooManyRequestsException
signer.Client.exceptions.InternalServiceErrorException