1# language: en 2@smoke @machinelearning 3Feature: Amazon Machine Learning 4 5 I want to use Amazon Machine Learning 6 7 Scenario: Making a request 8 When I call the "DescribeMLModels" API 9 Then the value at "Results" should be a list 10 11 Scenario: Error handling 12 When I attempt to call the "GetBatchPrediction" API with: 13 | BatchPredictionId | fake-id | 14 Then I expect the response error code to be "ResourceNotFoundException" 15