<?phpnamespace AwsRoboMakerException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS RoboMaker** service. */class RoboMakerException extends AwsException {}