:doc:`CodeCatalyst <../../codecatalyst>` / Client / get_space

*********
get_space
*********



.. py:method:: CodeCatalyst.Client.get_space(**kwargs)

  

  Returns information about an space.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/codecatalyst-2022-09-28/GetSpace>`_  


  **Request Syntax**
  ::

    response = client.get_space(
        name='string'
    )
    
  :type name: string
  :param name: **[REQUIRED]** 

    The name of the space.

    

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

    
    ::

      {
          'name': 'string',
          'regionName': 'string',
          'displayName': 'string',
          'description': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **name** *(string) --* 

        The name of the space.

        
      

      - **regionName** *(string) --* 

        The Amazon Web Services Region where the space exists.

        
      

      - **displayName** *(string) --* 

        The friendly name of the space displayed to users.

        
      

      - **description** *(string) --* 

        The description of the space.

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

  
  *   :py:class:`CodeCatalyst.Client.exceptions.ConflictException`

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

  
  *   :py:class:`CodeCatalyst.Client.exceptions.ServiceQuotaExceededException`

  
  *   :py:class:`CodeCatalyst.Client.exceptions.ResourceNotFoundException`

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

  