관리-도구
편집 파일: AutoScalingException.php
<?php namespace Aws\AutoScaling\Exception; use Aws\Exception\AwsException; /** * Represents an error while interacting with the Auto Scaling service. */ class AutoScalingException extends AwsException {}