<?phpnamespace AwsConfigServiceException;use AwsExceptionAwsException;/** * Represents an error interacting with the AWS Config service. */class ConfigServiceException extends AwsException {}