:doc:`Glue <../../glue>` / Client / get_registry

************
get_registry
************



.. py:method:: Glue.Client.get_registry(**kwargs)

  

  Describes the specified registry in detail.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetRegistry>`_  


  **Request Syntax**
  ::

    response = client.get_registry(
        RegistryId={
            'RegistryName': 'string',
            'RegistryArn': 'string'
        }
    )
    
  :type RegistryId: dict
  :param RegistryId: **[REQUIRED]** 

    This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

    

  
    - **RegistryName** *(string) --* 

      Name of the registry. Used only for lookup. One of ``RegistryArn`` or ``RegistryName`` has to be provided.

      

    
    - **RegistryArn** *(string) --* 

      Arn of the registry to be updated. One of ``RegistryArn`` or ``RegistryName`` has to be provided.

      

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

    
    ::

      {
          'RegistryName': 'string',
          'RegistryArn': 'string',
          'Description': 'string',
          'Status': 'AVAILABLE'|'DELETING',
          'CreatedTime': 'string',
          'UpdatedTime': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **RegistryName** *(string) --* 

        The name of the registry.

        
      

      - **RegistryArn** *(string) --* 

        The Amazon Resource Name (ARN) of the registry.

        
      

      - **Description** *(string) --* 

        A description of the registry.

        
      

      - **Status** *(string) --* 

        The status of the registry.

        
      

      - **CreatedTime** *(string) --* 

        The date and time the registry was created.

        
      

      - **UpdatedTime** *(string) --* 

        The date and time the registry was updated.

        
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.InvalidInputException`

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

  
  *   :py:class:`Glue.Client.exceptions.EntityNotFoundException`

  
  *   :py:class:`Glue.Client.exceptions.InternalServiceException`

  