:doc:`S3Tables <../../s3tables>` / Client / get_table_metadata_location

***************************
get_table_metadata_location
***************************



.. py:method:: S3Tables.Client.get_table_metadata_location(**kwargs)

  

  Gets the location of the table metadata.

    Permissions  

  You must have the ``s3tables:GetTableMetadataLocation`` permission to use this operation.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/s3tables-2018-05-10/GetTableMetadataLocation>`_  


  **Request Syntax**
  ::

    response = client.get_table_metadata_location(
        tableBucketARN='string',
        namespace='string',
        name='string'
    )
    
  :type tableBucketARN: string
  :param tableBucketARN: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the table bucket.

    

  
  :type namespace: string
  :param namespace: **[REQUIRED]** 

    The namespace of the table.

    

  
  :type name: string
  :param name: **[REQUIRED]** 

    The name of the table.

    

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

    
    ::

      {
          'versionToken': 'string',
          'metadataLocation': 'string',
          'warehouseLocation': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **versionToken** *(string) --* 

        The version token.

        
      

      - **metadataLocation** *(string) --* 

        The metadata location.

        
      

      - **warehouseLocation** *(string) --* 

        The warehouse location.

        
  
  **Exceptions**
  
  *   :py:class:`S3Tables.Client.exceptions.InternalServerErrorException`

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

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

  
  *   :py:class:`S3Tables.Client.exceptions.TooManyRequestsException`

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

  
  *   :py:class:`S3Tables.Client.exceptions.BadRequestException`

  