summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/KendraRanking/Exception/KendraRankingException.php
blob: 8d845e623c22eac06a010ac9bdf5c4c3438cca81 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\KendraRanking\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Kendra Intelligent Ranking** service.
 */
class KendraRankingException extends AwsException {}