ServiceQuotas / Client / delete_service_quota_increase_request_from_template
delete_service_quota_increase_request_from_template#
- ServiceQuotas.Client.delete_service_quota_increase_request_from_template(**kwargs)#
Deletes the quota increase request for the specified quota from your quota request template.
See also: AWS API Documentation
Request Syntax
response = client.delete_service_quota_increase_request_from_template( ServiceCode='string', QuotaCode='string', AwsRegion='string' )
- Parameters:
ServiceCode (string) –
[REQUIRED]
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
QuotaCode (string) –
[REQUIRED]
Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the
QuotaCode
response in the output for the quota you want.AwsRegion (string) –
[REQUIRED]
Specifies the Amazon Web Services Region for which the request was made.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions