Serializable
, ToCopyableBuilder<NoSuchEntityException.Builder,NoSuchEntityException>
@Generated("software.amazon.awssdk:codegen") public class NoSuchEntityException extends InspectorException implements ToCopyableBuilder<NoSuchEntityException.Builder,NoSuchEntityException>
The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
Modifier and Type | Class | Description |
---|---|---|
static interface |
NoSuchEntityException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static NoSuchEntityException.Builder |
builder() |
|
Boolean |
canRetry() |
You can immediately retry your request.
|
String |
inspectorErrorCode() |
Code that indicates the type of error that is generated.
|
static Class<? extends NoSuchEntityException.Builder> |
serializableBuilderClass() |
|
NoSuchEntityException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchEntityException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NoSuchEntityException.Builder,NoSuchEntityException>
public static NoSuchEntityException.Builder builder()
public static Class<? extends NoSuchEntityException.Builder> serializableBuilderClass()
public Boolean canRetry()
You can immediately retry your request.
public String inspectorErrorCode()
Code that indicates the type of error that is generated.
NoSuchEntityErrorCode
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.