:doc:`SageMaker <../../sagemaker>` / Client / describe_subscribed_workteam

****************************
describe_subscribed_workteam
****************************



.. py:method:: SageMaker.Client.describe_subscribed_workteam(**kwargs)

  

  Gets information about a work team provided by a vendor. It returns details about the subscription with a vendor in the Amazon Web Services Marketplace.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeSubscribedWorkteam>`_  


  **Request Syntax**
  ::

    response = client.describe_subscribed_workteam(
        WorkteamArn='string'
    )
    
  :type WorkteamArn: string
  :param WorkteamArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the subscribed work team to describe.

    

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

    
    ::

      {
          'SubscribedWorkteam': {
              'WorkteamArn': 'string',
              'MarketplaceTitle': 'string',
              'SellerName': 'string',
              'MarketplaceDescription': 'string',
              'ListingId': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **SubscribedWorkteam** *(dict) --* 

        A ``Workteam`` instance that contains information about the work team.

        
        

        - **WorkteamArn** *(string) --* 

          The Amazon Resource Name (ARN) of the vendor that you have subscribed.

          
        

        - **MarketplaceTitle** *(string) --* 

          The title of the service provided by the vendor in the Amazon Marketplace.

          
        

        - **SellerName** *(string) --* 

          The name of the vendor in the Amazon Marketplace.

          
        

        - **MarketplaceDescription** *(string) --* 

          The description of the vendor from the Amazon Marketplace.

          
        

        - **ListingId** *(string) --* 

          Marketplace product listing ID.

          
    
  