Sha256: 5cc6e579854649e3c06c78fe46315c281d0d6dd4a9d718cb9bfa983ea22a7b09
Contents?: true
Size: 502 Bytes
Versions: 2
Compression:
Stored size: 502 Bytes
Contents
# language: en @datapipeline @client Feature: AWS Data Pipeline Scenario: Making a basic request When I call the "ListPipelines" API Then the response should contain a "PipelineIdList" Scenario: Error handling When I attempt to call the "GetPipelineDefinition" API with: | PipelineId | fake-id | Then I expect the response error code to be "PipelineNotFoundException" And I expect the response error message to include: """ fake-id pipeline does not exist """
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-core-2.0.0.rc6 | features/datapipeline/client.feature |
aws-sdk-core-2.0.0.rc5 | features/datapipeline/client.feature |