Skip to content

Delete code signing config

async_boto.validation.lambda_.delete_code_signing_config

DeleteCodeSigningConfigRequest

Bases: BaseModel

Request model for deleting a Lambda code signing configuration.

PARAMETER DESCRIPTION
CodeSigningConfigArn

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

TYPE: str

CodeSigningConfigArn instance-attribute

CodeSigningConfigArn

DeleteCodeSigningConfigResponse

Bases: BaseModel

Response model for deleting a Lambda code signing configuration.

The DeleteCodeSigningConfig operation doesn't return any data. A successful response returns an HTTP 204 status code with an empty HTTP body.