ServiceCatalog.Client.update_provisioned_product - when UsePreviousValue is set to True the Value is not ignored #4426
Labels
bug
This issue is a confirmed bug.
documentation
This is a problem with documentation.
p3
This is a minor priority issue
response-requested
Waiting on additional information or feedback.
Describe the issue
When one of ProvisioningParameters has UsePreviousValue == True then Value of that parameter is not ignored. The Service Catalog return error message:
"AmazonCloudFormationException Invalid input for parameter key . Cannot specify usePreviousValue as true and non empty value for a parameter (...)"
The information from the docs:
"
(...)
UsePreviousValue (boolean) –
If set to true, Value is ignored and the previous parameter value is kept.
(...)
"
boto3 ~= 1.35
Links
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/servicecatalog/client/update_provisioned_product.html#
The text was updated successfully, but these errors were encountered: