Sha256: 7a3a25f4e7e45ecb06ec1fbcd3c12ee15c0b27a1bfaf35cf2285986734116247

Contents?: true

Size: 523 Bytes

Versions: 8

Compression:

Stored size: 523 Bytes

Contents

# language: en
@ec2 @client
Feature: Amazon Elastic Compute Cloud

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

  Scenario: Error handling
    When I attempt to call the "DescribeInstances" API with:
    | InstanceIds | ['i-12345678'] |
    Then I expect the response error code to be "InvalidInstanceIDNotFound"
    And I expect the response error message to include:
    """
    The instance ID 'i-12345678' does not exist
    """

Version data entries

8 entries across 8 versions & 1 rubygems

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