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

9 lines
263 B
PHP

<?php
namespace Aws\Route53RecoveryControlConfig\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS Route53 Recovery Control Config** service.
*/
class Route53RecoveryControlConfigException extends AwsException {}