Sha256: 9862019999c857b1743902af4d5e443785175adfc9c59fcb444b86bc923c4987

Contents?: true

Size: 506 Bytes

Versions: 8

Compression:

Stored size: 506 Bytes

Contents

# language: en
@rds @client
Feature: Amazon RDS

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

  Scenario: Error handling
    When I attempt to call the "DescribeDbInstances" API with:
    | DbInstanceIdentifier | fake-id |
    Then I expect the response error code to be "DBInstanceNotFound"
    And I expect the response error message to include:
    """
    DBInstance fake-id not found.
    """

Version data entries

8 entries across 8 versions & 1 rubygems

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