Sha256: 5df8ece319807d8f2d28762e0c3b95db1466738a0539840e9e2553a2c5939a97

Contents?: true

Size: 512 Bytes

Versions: 8

Compression:

Stored size: 512 Bytes

Contents

# language: en
@redshift @client
Feature: Amazon Redshift

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

  Scenario: Error handling
    When I attempt to call the "DescribeClusters" API with:
    | ClusterIdentifier | fake-cluster |
    Then I expect the response error code to be "ClusterNotFound"
    And I expect the response error message to include:
    """
    Cluster fake-cluster not found.
    """

Version data entries

8 entries across 8 versions & 1 rubygems

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