:doc:`Route53RecoveryReadiness <../../route53-recovery-readiness>` / Client / get_recovery_group

******************
get_recovery_group
******************



.. py:method:: Route53RecoveryReadiness.Client.get_recovery_group(**kwargs)

  

  Gets details about a recovery group, including a list of the cells that are included in it.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/GetRecoveryGroup>`_  


  **Request Syntax**
  ::

    response = client.get_recovery_group(
        RecoveryGroupName='string'
    )
    
  :type RecoveryGroupName: string
  :param RecoveryGroupName: **[REQUIRED]** 

    The name of a recovery group.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'Cells': [
              'string',
          ],
          'RecoveryGroupArn': 'string',
          'RecoveryGroupName': 'string',
          'Tags': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 

      200 response - Success.

      
      

      - **Cells** *(list) --* 

        A list of a cell's Amazon Resource Names (ARNs).

        
        

        - *(string) --* 
    
      

      - **RecoveryGroupArn** *(string) --* 

        The Amazon Resource Name (ARN) for the recovery group.

        
      

      - **RecoveryGroupName** *(string) --* 

        The name of the recovery group.

        
      

      - **Tags** *(dict) --* 

        The tags associated with the recovery group.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.ValidationException`

  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.InternalServerException`

  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.AccessDeniedException`

  