Your IP : 3.136.18.192
<?php namespace Aws\AutoScalingPlans\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS Auto Scaling Plans** service. */ class AutoScalingPlansException extends AwsException {} |