:doc:`ServiceCatalog <../../servicecatalog>` / Client / batch_disassociate_service_action_from_provisioning_artifact

************************************************************
batch_disassociate_service_action_from_provisioning_artifact
************************************************************



.. py:method:: ServiceCatalog.Client.batch_disassociate_service_action_from_provisioning_artifact(**kwargs)

  

  Disassociates a batch of self-service actions from the specified provisioning artifact.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/BatchDisassociateServiceActionFromProvisioningArtifact>`_  


  **Request Syntax**
  ::

    response = client.batch_disassociate_service_action_from_provisioning_artifact(
        ServiceActionAssociations=[
            {
                'ServiceActionId': 'string',
                'ProductId': 'string',
                'ProvisioningArtifactId': 'string'
            },
        ],
        AcceptLanguage='string'
    )
    
  :type ServiceActionAssociations: list
  :param ServiceActionAssociations: **[REQUIRED]** 

    One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.

    

  
    - *(dict) --* 

      A self-service action association consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.

      

    
      - **ServiceActionId** *(string) --* **[REQUIRED]** 

        The self-service action identifier. For example, ``act-fs7abcd89wxyz``.

        

      
      - **ProductId** *(string) --* **[REQUIRED]** 

        The product identifier. For example, ``prod-abcdzk7xy33qa``.

        

      
      - **ProvisioningArtifactId** *(string) --* **[REQUIRED]** 

        The identifier of the provisioning artifact. For example, ``pa-4abcdjnxjj6ne``.

        

      
    

  :type AcceptLanguage: string
  :param AcceptLanguage: 

    The language code.

     

    
    * ``jp`` - Japanese
     
    * ``zh`` - Chinese
    

    

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

    
    ::

      {
          'FailedServiceActionAssociations': [
              {
                  'ServiceActionId': 'string',
                  'ProductId': 'string',
                  'ProvisioningArtifactId': 'string',
                  'ErrorCode': 'DUPLICATE_RESOURCE'|'INTERNAL_FAILURE'|'LIMIT_EXCEEDED'|'RESOURCE_NOT_FOUND'|'THROTTLING'|'INVALID_PARAMETER',
                  'ErrorMessage': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **FailedServiceActionAssociations** *(list) --* 

        An object that contains a list of errors, along with information to help you identify the self-service action.

        
        

        - *(dict) --* 

          An object containing information about the error, along with identifying information about the self-service action and its associations.

          
          

          - **ServiceActionId** *(string) --* 

            The self-service action identifier. For example, ``act-fs7abcd89wxyz``.

            
          

          - **ProductId** *(string) --* 

            The product identifier. For example, ``prod-abcdzk7xy33qa``.

            
          

          - **ProvisioningArtifactId** *(string) --* 

            The identifier of the provisioning artifact. For example, ``pa-4abcdjnxjj6ne``.

            
          

          - **ErrorCode** *(string) --* 

            The error code. Valid values are listed below.

            
          

          - **ErrorMessage** *(string) --* 

            A text description of the error.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`ServiceCatalog.Client.exceptions.InvalidParametersException`

  