@Generated(value="software.amazon.awssdk:codegen") public final class ResourceInUseException extends KinesisVideoException implements ToCopyableBuilder<ResourceInUseException.Builder,ResourceInUseException>
The resource is currently not available for this operation. New resources cannot be created with the same name as
existing resources. Also, resources cannot be updated or deleted unless they are in an ACTIVE state.
If this exception is returned, do not use it to determine whether the requested resource already exists. Instead, it
is recommended you use the resource-specific describe API, for example, DescribeStream for video
streams.
| 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 © 2022. All rights reserved.