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

Version Path
aws-sdk-core-2.0.0.rc12 features/importexport/client.feature
aws-sdk-core-2.0.0.rc11 features/importexport/client.feature
aws-sdk-core-2.0.0.rc10 features/importexport/client.feature
aws-sdk-core-2.0.0.rc9 features/importexport/client.feature
aws-sdk-core-2.0.0.rc8 features/importexport/client.feature
aws-sdk-core-2.0.0.rc7 features/importexport/client.feature
aws-sdk-core-2.0.0.rc6 features/importexport/client.feature
aws-sdk-core-2.0.0.rc5 features/importexport/client.feature