<?php namespace Aws\ElasticInference\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **Amazon Elastic Inference** service. */ class ElasticInferenceException extends AwsException {}