<?phpnamespace AwsHealthException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Health APIs and Notifications** service. */class HealthException extends AwsException {}