Skip to content

Delete function concurrency

async_boto.validation.lambda_.delete_function_concurrency

DeleteFunctionConcurrencyRequest

Bases: BaseModel

Request model for deleting a function's concurrency configuration.

ATTRIBUTE DESCRIPTION
FunctionName

The name or ARN of the Lambda function.

TYPE: str

FunctionName instance-attribute

FunctionName

DeleteFunctionConcurrencyResponse

Bases: BaseModel

Response model for deleting a function's concurrency configuration.

This is an empty response model as the API returns a 204 No Content status.