<?phpnamespace AwsShieldException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Shield** service. */class ShieldException extends AwsException {}