Appflow Update_flow 错误:无法更新目标连接器的目标对象

问题描述 投票:0回答:1

有人在为 appflow 调用 update_flow 时遇到此错误吗?

errorMessage": "An error occurred (ValidationException) when calling the UpdateFlow operation: Update Flow request failed due to:[Destination object for the destination connector can not be updated]",
  "errorType": "ValidationException",
  "stackTrace": [
    "  File \"/var/task/lambda_function.py\", line 7, in lambda_handler\n    response = client.update_flow (\n",
    "  File \"/var/runtime/botocore/client.py\", line 357, in _api_call\n    return self._make_api_call(operation_name, kwargs)\n",
    "  File \"/var/runtime/botocore/client.py\", line 676, in _make_api_call\n    raise error_class(parsed_response, operation_name)\n"

可能是什么原因。

json aws-lambda runtime-error amazon-appflow
1个回答
2
投票

这个问题已经解决了。 Appflow 不允许使用 update_flow 更改目标文件夹。您必须将其设置为与现有流程完全相同。

© www.soinside.com 2019 - 2024. All rights reserved.