Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

put_dedicated_ip_warmup_attributes

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

  • SESV2.Client.exceptions.NotFoundException
  • SESV2.Client.exceptions.TooManyRequestsException
  • SESV2.Client.exceptions.BadRequestException