@Generated(value="software.amazon.awssdk:codegen") public final class ResourceInUseException extends KinesisVideoException implements ToCopyableBuilder<ResourceInUseException.Builder,ResourceInUseException>
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 or DescribeSignalingChannel API to determine the status of the resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceInUseException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceInUseException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceInUseException.Builder> |
serializableBuilderClass() |
ResourceInUseException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic ResourceInUseException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceInUseException.Builder,ResourceInUseException>toBuilder in class KinesisVideoExceptionpublic static ResourceInUseException.Builder builder()
public static Class<? extends ResourceInUseException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.