<?phpnamespace AwsDetectiveException;use AwsExceptionAwsException;/** * Represents an error interacting with the **Amazon Detective** service. */class DetectiveException extends AwsException {}