<?phpnamespace AwsImportExportException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Import/Export** service. */class ImportExportException extends AwsException {}