cancel_signing_profile

signer.Client.cancel_signing_profile(**kwargs)

Changes the state of an ACTIVE signing profile to CANCELED . A canceled profile is still viewable with the ListSigningProfiles operation, but it cannot perform new signing jobs, and is deleted two years after cancelation.

See also: AWS API Documentation

Request Syntax

response = client.cancel_signing_profile(
    profileName='string'
)
Parameters
profileName (string) --

[REQUIRED]

The name of the signing profile to be canceled.

Returns
None

Exceptions

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