- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-transcribe-streaming
BadRequestException Class
One or more arguments to the StartStreamTranscription
, StartMedicalStreamTranscription
, or StartCallAnalyticsStreamTranscription
operation was not valid. For example, MediaEncoding
or LanguageCode
used unsupported values. Check the specified parameters and try your request again.
Members
Name | Type | Details |
---|---|---|
$fault | "client" | |
$metadata | ResponseMetadata | |
$response | HttpResponse | |
$retryable | RetryableTrait | |
(constructor) | constructor(options: ServiceExceptionOptions) | Constructs a new instance of the ServiceException class |
Message | string | undefined | |
[Symbol.hasInstance] | static Symbol.hasInstance: boolean | Custom instanceof check to support the operator for ServiceException base class |
isInstance | static isInstance(value: unknown): value is ServiceException | Checks if a value is an instance of ServiceException (duck typed) |
name | "BadRequestException" |
Full Signature
export declare class BadRequestException extends TranscribeStreamingServiceException