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