python-botocore/tests/unit/response_parsing/xml/errors/sts-get-session-token.xml
2015-11-24 20:34:53 +09:00

9 lines
379 B
XML

<ErrorResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<Error>
<Type>Sender</Type>
<Code>AccessDenied</Code>
<Message>GetSessionToken call failed, unable to validate MFA code. Please verify your MFA serial number is valid and associated with this user.</Message>
</Error>
<RequestId>8088f6eb-b7fb-11e2-8d25-4b9f3b52b80f</RequestId>
</ErrorResponse>