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

9 lines
280 B
PHP

<?php
namespace Aws\MigrationHubStrategyRecommendations\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Migration Hub Strategy Recommendations** service.
*/
class MigrationHubStrategyRecommendationsException extends AwsException {}