:doc:`PinpointSMSVoice <../../pinpoint-sms-voice>` / Client / create_configuration_set

************************
create_configuration_set
************************



.. py:method:: PinpointSMSVoice.Client.create_configuration_set(**kwargs)

  Create a new configuration set. After you create the configuration set, you can add one or more event destinations to it.

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-2018-09-05/CreateConfigurationSet>`_  


  **Request Syntax**
  ::

    response = client.create_configuration_set(
        ConfigurationSetName='string'
    )
    
  :type ConfigurationSetName: string
  :param ConfigurationSetName: The name that you want to give the configuration set.

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* CreateConfigurationSetResponse
  
  **Exceptions**
  
  *   :py:class:`PinpointSMSVoice.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`PinpointSMSVoice.Client.exceptions.BadRequestException`

  
  *   :py:class:`PinpointSMSVoice.Client.exceptions.LimitExceededException`

  
  *   :py:class:`PinpointSMSVoice.Client.exceptions.InternalServiceErrorException`

  
  *   :py:class:`PinpointSMSVoice.Client.exceptions.AlreadyExistsException`

  