signer / Client / cancel_signing_profile
cancel_signing_profile¶
- signer.Client.cancel_signing_profile(**kwargs)¶
Changes the state of an
ACTIVEsigning profile toCANCELED. A canceled profile is still viewable with theListSigningProfilesoperation, but it cannot perform new signing jobs. See Data Retention for more information on scheduled deletion of a canceled signing profile.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.ResourceNotFoundExceptionsigner.Client.exceptions.AccessDeniedExceptionsigner.Client.exceptions.TooManyRequestsExceptionsigner.Client.exceptions.InternalServiceErrorException