SESV2 / Client / get_dedicated_ip_pool
get_dedicated_ip_pool#
- 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' ) - Parameters:
- PoolName (string) – - [REQUIRED] - The name of the dedicated IP pool to retrieve. 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'DedicatedIpPool': { 'PoolName': 'string', 'ScalingMode': 'STANDARD'|'MANAGED' } } - Response Structure - (dict) – - The following element is returned by the service. - DedicatedIpPool (dict) – - An object that contains information about a dedicated IP pool. - PoolName (string) – - The name of the dedicated IP pool. 
- ScalingMode (string) – - 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