View file core/libs/s3/vendor/aws/aws-sdk-php/src/TranscribeService/Exception/TranscribeServiceException.php

File size: 231B
<?php
namespace Aws\TranscribeService\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Transcribe Service** service.
 */
class TranscribeServiceException extends AwsException {}