python-botocore/tests/unit/response_parsing/xml/responses/ses-get-send-quota.xml
2015-11-24 20:34:53 +09:00

11 lines
369 B
XML

<GetSendQuotaResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
<GetSendQuotaResult>
<SentLast24Hours>0.0</SentLast24Hours>
<Max24HourSend>200.0</Max24HourSend>
<MaxSendRate>1.0</MaxSendRate>
</GetSendQuotaResult>
<ResponseMetadata>
<RequestId>65a6913a-9167-11e2-9374-7d889fec53f7</RequestId>
</ResponseMetadata>
</GetSendQuotaResponse>