PinpointSMSVoice / Client / list_configuration_sets

list_configuration_sets#

PinpointSMSVoice.Client.list_configuration_sets(**kwargs)#

List all of the configuration sets associated with your Amazon Pinpoint account in the current region.

See also: AWS API Documentation

Request Syntax

response = client.list_configuration_sets(
    NextToken='string',
    PageSize='string'
)
Parameters:
  • NextToken (string) – A token returned from a previous call to the API that indicates the position in the list of results.

  • PageSize (string) – Used to specify the number of items that should be returned in the response.

Return type:

dict

Returns:

Response Syntax

{
    'ConfigurationSets': [
        'string',
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) – ListConfigurationSetsResponse

    • ConfigurationSets (list) – An object that contains a list of configuration sets for your account in the current region.

      • (string) –

    • NextToken (string) – A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.

Exceptions

  • PinpointSMSVoice.Client.exceptions.TooManyRequestsException

  • PinpointSMSVoice.Client.exceptions.BadRequestException

  • PinpointSMSVoice.Client.exceptions.InternalServiceErrorException