Sha256: d4267cd34555c3acd509b26df4f686d5cfc084dd278739050582619c24629d69

Contents?: true

Size: 490 Bytes

Versions: 8

Compression:

Stored size: 490 Bytes

Contents

# language: en
@emr @client
Feature: Amazon EMR

  Scenario: Making a basic request
    When I call the "DescribeJobFlows" API
    Then the response should contain a list of "JobFlows"

  Scenario: Error handling
    When I attempt to call the "DescribeJobFlows" API with:
    | JobFlowIds | ['fake_job_flow'] |
    Then I expect the response error code to be "ValidationException"
    And I expect the response error message to include:
    """
    Specified job flow ID not valid
    """

Version data entries

8 entries across 8 versions & 1 rubygems

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