The following table lists the SOAP faults that are returned by the Simple Queue Service.
| Fault | Reason | Sample Response |
|---|---|---|
| InvalidSecurity, Request Has Expired | The time to live set on the request has expired |
<soap:Fault>
<soap:Code>
<soap:Value>soap:Sender</soap:Value>
<soap:Subcode>
<soap:Value>aws:InvalidSecurity</soap:Value>
</soap:Subcode>
</soap:Code>
<soap:Reason>
<soap:Text xml:lang=en-US>
Request has expired
</soap:Text>
</soap:Reason>
<soap:Detail>
<aws:RequestId xmlns:aws=http://webservices.amazon.com/AWSFault/2005-15-09>
0e46d0ca-a0ab-4730-9bca-219f064e16fd
</aws:RequestId>
</soap:Detail>
<soap:Fault>
|