<?php
namespace Aws\AutoScaling\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error while interacting with the Auto Scaling service.
 */
class AutoScalingException extends AwsException {}
