get_service_quota_increase_request_from_template

ServiceQuotas.Client.get_service_quota_increase_request_from_template(**kwargs)

Retrieves information about the specified quota increase request in your quota request template.

See also: AWS API Documentation

Request Syntax

response = client.get_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

{
    'ServiceQuotaIncreaseRequestInTemplate': {
        'ServiceCode': 'string',
        'ServiceName': 'string',
        'QuotaCode': 'string',
        'QuotaName': 'string',
        'DesiredValue': 123.0,
        'AwsRegion': 'string',
        'Unit': 'string',
        'GlobalQuota': True|False
    }
}

Response Structure

  • (dict) --

    • ServiceQuotaIncreaseRequestInTemplate (dict) --

      Information about the quota increase request.

      • ServiceCode (string) --

        The service identifier.

      • ServiceName (string) --

        The service name.

      • QuotaCode (string) --

        The quota identifier.

      • QuotaName (string) --

        The quota name.

      • DesiredValue (float) --

        The new, increased value of the quota.

      • AwsRegion (string) --

        The AWS Region.

      • Unit (string) --

        The unit of measurement.

      • GlobalQuota (boolean) --

        Indicates whether the quota is global.

Exceptions

  • ServiceQuotas.Client.exceptions.AccessDeniedException
  • ServiceQuotas.Client.exceptions.DependencyAccessDeniedException
  • ServiceQuotas.Client.exceptions.ServiceException
  • ServiceQuotas.Client.exceptions.TooManyRequestsException
  • ServiceQuotas.Client.exceptions.NoSuchResourceException
  • ServiceQuotas.Client.exceptions.IllegalArgumentException
  • ServiceQuotas.Client.exceptions.AWSServiceAccessNotEnabledException
  • ServiceQuotas.Client.exceptions.TemplatesNotAvailableInRegionException
  • ServiceQuotas.Client.exceptions.NoAvailableOrganizationException