Class ResourceInUseException
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ResourceInUseException.Builder,
ResourceInUseException>
The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.
The body of the exception contains a JSON object that describes the resource.
{ "resourceType": BOT | BOTALIAS | BOTCHANNEL | INTENT,
"resourceReference": {
"name": string, "version": string } }
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Returns the value of the ExampleReference property for this object.Returns the value of the ReferenceType property for this object.Returns the value of the ReferenceType property for this object.static Class
<? extends ResourceInUseException.Builder> Create aAwsServiceException.Builder
initialized with the properties of thisAwsServiceException
.Methods inherited from class software.amazon.awssdk.awscore.exception.AwsServiceException
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
Methods inherited from class software.amazon.awssdk.core.exception.SdkServiceException
extendedRequestId, requestId, statusCode
Methods inherited from class software.amazon.awssdk.core.exception.SdkException
create, retryable
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
toBuilder
Description copied from class:AwsServiceException
Create aAwsServiceException.Builder
initialized with the properties of thisAwsServiceException
.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ResourceInUseException.Builder,
ResourceInUseException> - Overrides:
toBuilder
in classLexModelBuildingException
- Returns:
- A new builder initialized with this config's properties.
-
builder
-
serializableBuilderClass
-
referenceType
Returns the value of the ReferenceType property for this object.If the service returns an enum value that is not available in the current SDK version,
referenceType
will returnReferenceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromreferenceTypeAsString()
.- Returns:
- The value of the ReferenceType property for this object.
- See Also:
-
referenceTypeAsString
Returns the value of the ReferenceType property for this object.If the service returns an enum value that is not available in the current SDK version,
referenceType
will returnReferenceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromreferenceTypeAsString()
.- Returns:
- The value of the ReferenceType property for this object.
- See Also:
-
exampleReference
Returns the value of the ExampleReference property for this object.- Returns:
- The value of the ExampleReference property for this object.
-
sdkFields
- Specified by:
sdkFields
in interfaceSdkPojo
- Overrides:
sdkFields
in classSdkServiceException
- Returns:
- List of
SdkField
in this POJO. May be empty list but should never be null.
-