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

11 lines
333 B
JSON

{
"Error": {
"Code": "AccessDenied",
"Message": "GetSessionToken call failed, unable to validate MFA code. Please verify your MFA serial number is valid and associated with this user.",
"Type": "Sender"
},
"ResponseMetadata": {
"RequestId": "8088f6eb-b7fb-11e2-8d25-4b9f3b52b80f"
}
}