Sha256: 13a8a3e9ab1b880f82e8a46ab8130bbd71d051ec88fc06062338646721046bda

Contents?: true

Size: 638 Bytes

Versions: 8

Compression:

Stored size: 638 Bytes

Contents

# language: en
@autoscaling @client
Feature: Auto Scaling

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

  Scenario: Error handling
    When I attempt to call the "CreateLaunchConfiguration" API with:
    | LaunchConfigurationName |              |
    | ImageId                 | ami-12345678 |
    | InstanceType            | m1.small     |
    Then I expect the response error code to be "ValidationError"
    And I expect the response error message to include:
    """
    Member must have length greater than or equal to 1
    """

Version data entries

8 entries across 8 versions & 1 rubygems

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