Sha256: f38cad5632ebe0e5b63490260d27320d88a5c678d40d26975eef1d54219002bb
Contents?: true
Size: 481 Bytes
Versions: 8
Compression:
Stored size: 481 Bytes
Contents
# language: en @importexport @client Feature: AWS Import/Export Scenario: Making a basic request When I call the "ListJobs" API Then the response should contain a list of "Jobs" Scenario: Error handling When I attempt to call the "GetStatus" API with: | JobId | fake_job | Then I expect the response error code to be "InvalidJobIdException" And I expect the response error message to include: """ No such job fake_job for your account """
Version data entries
8 entries across 8 versions & 1 rubygems