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

11 lines
240 B
JSON

{
"Error": {
"Code": "NoSuchEntity",
"Message": "The user with name foobar cannot be found.",
"Type": "Sender"
},
"ResponseMetadata": {
"RequestId": "358299bb-b7f8-11e2-8d39-e3a125f625ee"
}
}