<?phpnamespace AwsAccessAnalyzerException;use AwsExceptionAwsException;/** * Represents an error interacting with the **Access Analyzer** service. */class AccessAnalyzerException extends AwsException {}