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

**************************
get_cell_readiness_summary
**************************



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

  

  Gets readiness for a cell. Aggregates the readiness of all the resources that are associated with the cell into a single value.

  

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


  **Request Syntax**
  ::

    response = client.get_cell_readiness_summary(
        CellName='string',
        MaxResults=123,
        NextToken='string'
    )
    
  :type CellName: string
  :param CellName: **[REQUIRED]** 

    The name of the cell.

    

  
  :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.

    

  
  
  :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 at a cell level.

        
      

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

        Summaries for the readiness checks that make up the cell.

        
        

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

  