list_services
(**kwargs)¶Lists the names and codes for the services integrated with Service Quotas.
See also: AWS API Documentation
Request Syntax
response = client.list_services(
NextToken='string',
MaxResults=123
)
dict
Response Syntax
{
'NextToken': 'string',
'Services': [
{
'ServiceCode': 'string',
'ServiceName': 'string'
},
]
}
Response Structure
(dict) --
NextToken (string) --
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Services (list) --
Information about the services.
(dict) --
Information about a service.
ServiceCode (string) --
The service identifier.
ServiceName (string) --
The service name.
Exceptions
ServiceQuotas.Client.exceptions.AccessDeniedException
ServiceQuotas.Client.exceptions.IllegalArgumentException
ServiceQuotas.Client.exceptions.InvalidPaginationTokenException
ServiceQuotas.Client.exceptions.ServiceException
ServiceQuotas.Client.exceptions.TooManyRequestsException