get_requested_service_quota_change
(**kwargs)¶Retrieves information about the specified quota increase request.
See also: AWS API Documentation
Request Syntax
response = client.get_requested_service_quota_change(
RequestId='string'
)
[REQUIRED]
The ID of the quota increase request.
{
'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
Information about the quota increase request.
The unique identifier.
The case ID.
The service identifier.
The service name.
The quota identifier.
The quota name.
The new, increased value for the quota.
The state of the quota increase request.
The date and time when the quota increase request was received and the case ID was created.
The date and time of the most recent change.
The IAM identity of the requester.
The Amazon Resource Name (ARN) of the quota.
Indicates whether the quota is global.
The unit of measurement.
Exceptions
ServiceQuotas.Client.exceptions.AccessDeniedException
ServiceQuotas.Client.exceptions.NoSuchResourceException
ServiceQuotas.Client.exceptions.IllegalArgumentException
ServiceQuotas.Client.exceptions.ServiceException
ServiceQuotas.Client.exceptions.TooManyRequestsException