delete_code_signing_config(**kwargs)¶Deletes the code signing configuration. You can delete the code signing configuration only if no function is using it.
See also: AWS API Documentation
Request Syntax
response = client.delete_code_signing_config(
CodeSigningConfigArn='string'
)
[REQUIRED]
The The Amazon Resource Name (ARN) of the code signing configuration.
{}
Response Structure
Exceptions
Lambda.Client.exceptions.ServiceExceptionLambda.Client.exceptions.InvalidParameterValueExceptionLambda.Client.exceptions.ResourceNotFoundExceptionLambda.Client.exceptions.ResourceConflictException