<?phpnamespace AwsDataPipelineException;use AwsExceptionAwsException;/** * Represents an error interacting with the AWS Data Pipeline service. */class DataPipelineException extends AwsException {}