:doc:`PinpointEmail <../../pinpoint-email>` / Client / put_dedicated_ip_warmup_attributes

**********************************
put_dedicated_ip_warmup_attributes
**********************************



.. py:method:: PinpointEmail.Client.put_dedicated_ip_warmup_attributes(**kwargs)

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/PutDedicatedIpWarmupAttributes>`_  


  **Request Syntax**
  ::

    response = client.put_dedicated_ip_warmup_attributes(
        Ip='string',
        WarmupPercentage=123
    )
    
  :type Ip: string
  :param Ip: **[REQUIRED]** 

    The dedicated IP address that you want to update the warm-up attributes for.

    

  
  :type WarmupPercentage: integer
  :param WarmupPercentage: **[REQUIRED]** 

    The warm-up percentage that you want to associate with the dedicated IP address.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      An HTTP 200 response if the request succeeds, or an error message if the request fails.

      
  
  **Exceptions**
  
  *   :py:class:`PinpointEmail.Client.exceptions.NotFoundException`

  
  *   :py:class:`PinpointEmail.Client.exceptions.TooManyRequestsException`

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

  