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]

    The service identifier.

  • QuotaCode (string) –

    [REQUIRED]

    The quota identifier.

  • AwsRegion (string) –

    [REQUIRED]

    The AWS Region.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • ServiceQuotas.Client.exceptions.AccessDeniedException

  • ServiceQuotas.Client.exceptions.ServiceException

  • ServiceQuotas.Client.exceptions.DependencyAccessDeniedException

  • ServiceQuotas.Client.exceptions.TooManyRequestsException

  • ServiceQuotas.Client.exceptions.NoSuchResourceException

  • ServiceQuotas.Client.exceptions.IllegalArgumentException

  • ServiceQuotas.Client.exceptions.AWSServiceAccessNotEnabledException

  • ServiceQuotas.Client.exceptions.TemplatesNotAvailableInRegionException

  • ServiceQuotas.Client.exceptions.NoAvailableOrganizationException