We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9597d15 commit 8a076f4Copy full SHA for 8a076f4
proxies/live/apiproxy/targets/target.xml
@@ -23,13 +23,15 @@
23
<Step>
24
<Name>SetMimeType</Name>
25
</Step>
26
- <Step>
27
- <Name>RaiseFault.404NotFound</Name>
28
- <Condition>response.header.x-amzn-ErrorType = IncompleteSignatureException</Condition>
29
- </Step>
30
</Response>
31
</PostFlow>
32
<FaultRules>
+ <FaultRule name="404_Not_Found">
+ <Step>
+ <Name>RaiseFault.404NotFound</Name>
+ </Step>
33
+ <Condition>response.header.x-amzn-ErrorType = "IncompleteSignatureException"</Condition>
34
+ </FaultRule>
35
<FaultRule name="unauthorized">
36
37
<Name>RaiseFault.401Unauthorized</Name>
0 commit comments