whitelabel-plugins-update-s.../aws/Aws/Route53RecoveryReadiness/Exception/Route53RecoveryReadinessException.php
2024-05-13 16:09:03 +05:00

9 lines
250 B
PHP

<?php
namespace Aws\Route53RecoveryReadiness\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS Route53 Recovery Readiness** service.
*/
class Route53RecoveryReadinessException extends AwsException {}