:doc:`SESV2 <../../sesv2>` / Client / get_dedicated_ip_pool

*********************
get_dedicated_ip_pool
*********************



.. py:method:: SESV2.Client.get_dedicated_ip_pool(**kwargs)

  

  Retrieve information about the dedicated pool.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetDedicatedIpPool>`_  


  **Request Syntax**
  ::

    response = client.get_dedicated_ip_pool(
        PoolName='string'
    )
    
  :type PoolName: string
  :param PoolName: **[REQUIRED]** 

    The name of the dedicated IP pool to retrieve.

    

  
  
  :rtype: 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 you can control which IPs are part of the pool.
           
          * ``MANAGED`` – A dedicated IP pool where the reputation and number of IPs are automatically managed by Amazon SES.
          

          
    
  
  **Exceptions**
  
  *   :py:class:`SESV2.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`SESV2.Client.exceptions.NotFoundException`

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

  