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

**********
list_cells
**********



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

  

  Lists the cells for an account.

  

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


  **Request Syntax**
  ::

    response = client.list_cells(
        MaxResults=123,
        NextToken='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.

    

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

    
    ::

      {
          'Cells': [
              {
                  'CellArn': 'string',
                  'CellName': 'string',
                  'Cells': [
                      'string',
                  ],
                  'ParentReadinessScopes': [
                      'string',
                  ],
                  'Tags': {
                      'string': 'string'
                  }
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 

      200 response - Success.

      
      

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

        A list of cells.

        
        

        - *(dict) --* 

          Information about a cell.

          
          

          - **CellArn** *(string) --* 

            The Amazon Resource Name (ARN) for the cell.

            
          

          - **CellName** *(string) --* 

            The name of the cell.

            
          

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

            A list of cell ARNs.

            
            

            - *(string) --* 
        
          

          - **ParentReadinessScopes** *(list) --* 

            The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.

            
            

            - *(string) --* 
        
          

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

            Tags on the resources.

            
            

            - *(string) --* 
              

              - *(string) --* 
        
      
      
    
      

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

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

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

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

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

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

  