ServiceCatalog / Client / disassociate_service_action_from_provisioning_artifact

disassociate_service_action_from_provisioning_artifact#

ServiceCatalog.Client.disassociate_service_action_from_provisioning_artifact(**kwargs)#

Disassociates the specified self-service action association from the specified provisioning artifact.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_service_action_from_provisioning_artifact(
    ProductId='string',
    ProvisioningArtifactId='string',
    ServiceActionId='string',
    AcceptLanguage='string'
)
Parameters:
  • ProductId (string) –

    [REQUIRED]

    The product identifier. For example, prod-abcdzk7xy33qa.

  • ProvisioningArtifactId (string) –

    [REQUIRED]

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

  • ServiceActionId (string) –

    [REQUIRED]

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

  • AcceptLanguage (string) –

    The language code.

    • en - English (default)

    • jp - Japanese

    • zh - Chinese

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • ServiceCatalog.Client.exceptions.ResourceNotFoundException