Your IP : 3.23.103.14
<?php namespace Aws\TranscribeService\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **Amazon Transcribe Service** service. */ class TranscribeServiceException extends AwsException {} |