class Aws::Lambda::Client
def delete_function_concurrency(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
delete_function_concurrency(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteFunctionConcurrency - AWS API Documentation
Other tags:
- Example: Request syntax with placeholder values -
Example: Example: To remove the reserved concurrent execution limit from a function -
Returns:
-
(Struct)
- Returns an empty {Seahorse::Client::Response response}.
Options Hash:
(**params)
-
:function_name
(required, String
) --
def delete_function_concurrency(params = {}, options = {}) req = build_request(:delete_function_concurrency, params) req.send_request(options) end