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',
    IdempotencyToken='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.

    • jp - Japanese

    • zh - Chinese

  • IdempotencyToken (string) –

    A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request.

    This field is autopopulated if not provided.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • ServiceCatalog.Client.exceptions.ResourceNotFoundException