<?phpnamespace AwsAutoScalingException;use AwsExceptionAwsException;/** * Represents an error while interacting with the Auto Scaling service. */class AutoScalingException extends AwsException {}