SESV2.Client.
get_dedicated_ip_pool
(**kwargs)¶Retrieve information about the dedicated pool.
See also: AWS API Documentation
Request Syntax
response = client.get_dedicated_ip_pool(
PoolName='string'
)
[REQUIRED]
The name of the dedicated IP pool to retrieve.
{
'DedicatedIpPool': {
'PoolName': 'string',
'ScalingMode': 'STANDARD'|'MANAGED'
}
}
Response Structure
The following element is returned by the service.
An object that contains information about a dedicated IP pool.
The name of the dedicated IP pool.
The type of the dedicated IP pool.
STANDARD
– A dedicated IP pool where the customer can control which IPs are part of the pool.MANAGED
– A dedicated IP pool where the reputation and number of IPs is automatically managed by Amazon SES.Exceptions
SESV2.Client.exceptions.TooManyRequestsException
SESV2.Client.exceptions.NotFoundException
SESV2.Client.exceptions.BadRequestException