:doc:`IoT <../../iot>` / Client / disassociate_sbom_from_package_version

**************************************
disassociate_sbom_from_package_version
**************************************



.. py:method:: IoT.Client.disassociate_sbom_from_package_version(**kwargs)

  

  Disassociates the selected software bill of materials (SBOM) from a specific software package version.

   

  Requires permission to access the `DisassociateSbomWithPackageVersion <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`__ action.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-2015-05-28/DisassociateSbomFromPackageVersion>`_  


  **Request Syntax**
  ::

    response = client.disassociate_sbom_from_package_version(
        packageName='string',
        versionName='string',
        clientToken='string'
    )
    
  :type packageName: string
  :param packageName: **[REQUIRED]** 

    The name of the new software package.

    

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

    The name of the new package version.

    

  
  :type clientToken: string
  :param clientToken: 

    A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

    This field is autopopulated if not provided.

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoT.Client.exceptions.ThrottlingException`

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

  
  *   :py:class:`IoT.Client.exceptions.InternalServerException`

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

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

  