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

************************************
get_recovery_group_readiness_summary
************************************



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

  

  Displays a summary of information about a recovery group's readiness status. Includes the readiness checks for resources in the recovery group and the readiness status of each one.

  

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


  **Request Syntax**
  ::

    response = client.get_recovery_group_readiness_summary(
        MaxResults=123,
        NextToken='string',
        RecoveryGroupName='string'
    )
    
  :type MaxResults: integer
  :param MaxResults: 

    The number of objects that you want to return with this call.

    

  
  :type NextToken: string
  :param NextToken: 

    The token that identifies which batch of results you want to see.

    

  
  :type RecoveryGroupName: string
  :param RecoveryGroupName: **[REQUIRED]** 

    The name of a recovery group.

    

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

    
    ::

      {
          'NextToken': 'string',
          'Readiness': 'READY'|'NOT_READY'|'UNKNOWN'|'NOT_AUTHORIZED',
          'ReadinessChecks': [
              {
                  'Readiness': 'READY'|'NOT_READY'|'UNKNOWN'|'NOT_AUTHORIZED',
                  'ReadinessCheckName': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 

      200 response - Success.

      
      

      - **NextToken** *(string) --* 

        The token that identifies which batch of results you want to see.

        
      

      - **Readiness** *(string) --* 

        The readiness status at a recovery group level.

        
      

      - **ReadinessChecks** *(list) --* 

        Summaries of the readiness checks for the recovery group.

        
        

        - *(dict) --* 

          Summary of all readiness check statuses in a recovery group, paginated in GetRecoveryGroupReadinessSummary and GetCellReadinessSummary.

          
          

          - **Readiness** *(string) --* 

            The readiness status of this readiness check.

            
          

          - **ReadinessCheckName** *(string) --* 

            The name of a readiness check.

            
      
    
  
  **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`

  