ServiceQuotas / Client / request_service_quota_increase

request_service_quota_increase#

ServiceQuotas.Client.request_service_quota_increase(**kwargs)#

Submits a quota increase request for the specified quota.

See also: AWS API Documentation

Request Syntax

response = client.request_service_quota_increase(
    ServiceCode='string',
    QuotaCode='string',
    DesiredValue=123.0
)
Parameters:
  • ServiceCode (string) –

    [REQUIRED]

    The service identifier.

  • QuotaCode (string) –

    [REQUIRED]

    The quota identifier.

  • DesiredValue (float) –

    [REQUIRED]

    The new, increased value for the quota.

Return type:

dict

Returns:

Response Syntax

{
    'RequestedQuota': {
        'Id': 'string',
        'CaseId': 'string',
        'ServiceCode': 'string',
        'ServiceName': 'string',
        'QuotaCode': 'string',
        'QuotaName': 'string',
        'DesiredValue': 123.0,
        'Status': 'PENDING'|'CASE_OPENED'|'APPROVED'|'DENIED'|'CASE_CLOSED',
        'Created': datetime(2015, 1, 1),
        'LastUpdated': datetime(2015, 1, 1),
        'Requester': 'string',
        'QuotaArn': 'string',
        'GlobalQuota': True|False,
        'Unit': 'string'
    }
}

Response Structure

  • (dict) –

    • RequestedQuota (dict) –

      Information about the quota increase request.

      • Id (string) –

        The unique identifier.

      • CaseId (string) –

        The case ID.

      • 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 for the quota.

      • Status (string) –

        The state of the quota increase request.

      • Created (datetime) –

        The date and time when the quota increase request was received and the case ID was created.

      • LastUpdated (datetime) –

        The date and time of the most recent change.

      • Requester (string) –

        The IAM identity of the requester.

      • QuotaArn (string) –

        The Amazon Resource Name (ARN) of the quota.

      • GlobalQuota (boolean) –

        Indicates whether the quota is global.

      • Unit (string) –

        The unit of measurement.

Exceptions

  • ServiceQuotas.Client.exceptions.DependencyAccessDeniedException

  • ServiceQuotas.Client.exceptions.QuotaExceededException

  • ServiceQuotas.Client.exceptions.ResourceAlreadyExistsException

  • ServiceQuotas.Client.exceptions.AccessDeniedException

  • ServiceQuotas.Client.exceptions.NoSuchResourceException

  • ServiceQuotas.Client.exceptions.IllegalArgumentException

  • ServiceQuotas.Client.exceptions.InvalidResourceStateException

  • ServiceQuotas.Client.exceptions.ServiceException

  • ServiceQuotas.Client.exceptions.TooManyRequestsException