<?php
namespace Aws\SSMIncidents\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS Systems Manager Incident Manager** service.
*/
class SSMIncidentsException extends AwsException {}