:doc:`Schemas <../../schemas>` / Client / describe_registry

*****************
describe_registry
*****************



.. py:method:: Schemas.Client.describe_registry(**kwargs)

  

  Describes the registry.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/DescribeRegistry>`_  


  **Request Syntax**
  ::

    response = client.describe_registry(
        RegistryName='string'
    )
    
  :type RegistryName: string
  :param RegistryName: **[REQUIRED]** 

    The name of the registry.

    

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

    
    ::

      {
          'Description': 'string',
          'RegistryArn': 'string',
          'RegistryName': 'string',
          'Tags': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 

      200 response

      
      

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

        The description of the registry.

        
      

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

        The ARN of the registry.

        
      

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

        The name of the registry.

        
      

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

        Tags associated with the registry.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`Schemas.Client.exceptions.BadRequestException`

  
  *   :py:class:`Schemas.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`Schemas.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`Schemas.Client.exceptions.ForbiddenException`

  
  *   :py:class:`Schemas.Client.exceptions.NotFoundException`

  
  *   :py:class:`Schemas.Client.exceptions.ServiceUnavailableException`

  