Batch Disassociate Service Action From Provisioning Artifact
servicecatalog_batch_disassociate_service_action_from_provisioning_artifact | R Documentation |
Disassociates a batch of self-service actions from the specified provisioning artifact¶
Description¶
Disassociates a batch of self-service actions from the specified provisioning artifact.
Usage¶
servicecatalog_batch_disassociate_service_action_from_provisioning_artifact(
ServiceActionAssociations, AcceptLanguage)
Arguments¶
ServiceActionAssociations
[required] One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
AcceptLanguage
The language code.
jp
- Japanesezh
- Chinese
Value¶
A list with the following syntax:
list(
FailedServiceActionAssociations = list(
list(
ServiceActionId = "string",
ProductId = "string",
ProvisioningArtifactId = "string",
ErrorCode = "DUPLICATE_RESOURCE"|"INTERNAL_FAILURE"|"LIMIT_EXCEEDED"|"RESOURCE_NOT_FOUND"|"THROTTLING"|"INVALID_PARAMETER",
ErrorMessage = "string"
)
)
)