delete_code_signing_config

Lambda.Client.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'
)
Parameters
CodeSigningConfigArn (string) --

[REQUIRED]

The The Amazon Resource Name (ARN) of the code signing configuration.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • Lambda.Client.exceptions.ServiceException
  • Lambda.Client.exceptions.InvalidParameterValueException
  • Lambda.Client.exceptions.ResourceNotFoundException
  • Lambda.Client.exceptions.ResourceConflictException