PinpointEmail / Client / put_dedicated_ip_warmup_attributes

put_dedicated_ip_warmup_attributes#

PinpointEmail.Client.put_dedicated_ip_warmup_attributes(**kwargs)#

See also: AWS API Documentation

Request Syntax

response = client.put_dedicated_ip_warmup_attributes(
    Ip='string',
    WarmupPercentage=123
)
Parameters:
  • Ip (string) –

    [REQUIRED]

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

  • WarmupPercentage (integer) –

    [REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

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

Exceptions

  • PinpointEmail.Client.exceptions.NotFoundException

  • PinpointEmail.Client.exceptions.TooManyRequestsException

  • PinpointEmail.Client.exceptions.BadRequestException