Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

revoke_signature

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

  • signer.Client.exceptions.ValidationException
  • signer.Client.exceptions.AccessDeniedException
  • signer.Client.exceptions.ResourceNotFoundException
  • signer.Client.exceptions.TooManyRequestsException
  • signer.Client.exceptions.InternalServiceErrorException