Service limits for the associated project.
Limits
The response for a failed request.
limits = client.functions.limits()
{- "timeoutMinutes": 9,
- "cpuCores": {
- "min": 1,
- "max": 1,
- "default": 1
}, - "memoryGb": {
- "min": 1.5,
- "max": 1.5,
- "default": 1.5
}, - "runtimes": [
- "py38",
- "py39",
- "py310",
- "py311"
], - "responseSizeMb": 1
}