python-botocore/tests/unit/response_parsing/json/expected/elastictranscoder-delete-pipeline.json
2015-11-24 20:34:53 +09:00

8 lines
279 B
JSON

{
"ResponseMetadata": {"RequestId": "1234"},
"Error": {
"Message": "1 validation error detected: Value 'foobar' at 'id' failed to satisfy constraint: Member must satisfy regular expression pattern: ^\\d{13}-\\w{6}$",
"Code": "ValidationException"
}
}