- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-kinesis-video
ResourceInUseException Class
When the input StreamARN
or ChannelARN
in CLOUD_STORAGE_MODE
is already mapped to a different Kinesis Video Stream resource, or if the provided input StreamARN
or ChannelARN
is not in Active status, try one of the following :
-
The
DescribeMediaStorageConfiguration
API to determine what the stream given channel is mapped to. -
The
DescribeMappedResourceConfiguration
API to determine the channel that the given stream is mapped to. -
The
DescribeStream
orDescribeSignalingChannel
API to determine the status of the resource.
Members
Name | Type | Details |
---|---|---|
$fault Required | "client" | |
$metadata Required | ResponseMetadata | |
$response Required | HttpResponse | |
$retryable Required | RetryableTrait | |
(constructor) Required | constructor(options: ServiceExceptionOptions) | Constructs a new instance of the ServiceException class |
Message Required | string | undefined | |
[Symbol.hasInstance] Required | static Symbol.hasInstance: boolean | Custom instanceof check to support the operator for ServiceException base class |
isInstance Required | static isInstance(value: unknown): value is ServiceException | Checks if a value is an instance of ServiceException (duck typed) |
name Required | "ResourceInUseException" |
Full Signature
export declare class ResourceInUseException extends KinesisVideoServiceException