0
我在嘗試使用CloudFront API更新分發版 - http://docs.aws.amazon.com/AmazonCloudFront/latest/APIReference/PutConfig.htmlAWS Cloudfront API錯誤
我正在添加CustomErrorResponses。所以,基本上我做的是
- 獲取分配
- 刪除,如果有文件
- 任何CustomErrorResponses添加CustomErrorResponses適當的錯誤代碼。
不過,我得到這個錯誤
<ErrorResponse
xmlns="http://cloudfront.amazonaws.com/doc/2015-07-27/">
<Error>
<Type>Sender</Type>
<Code>IllegalUpdate</Code>
<Message>The specified list of custom error responses does not exist or is not valid.</Message>
</Error>
<RequestId>XXXX</RequestId>
我想只有404路過,但它無法與這一點。有趣的是,當我發出POST請求(創建新的發行版)時,它可以正常工作,但使用PUT則不行。
如果somone請指向正確的方向,那將會非常棒。謝謝