<?phpnamespace AwsSecurityHubException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS SecurityHub** service. */class SecurityHubException extends AwsException {}