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.

delete_code_signing_config

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