@Generated(value="software.amazon.awssdk:codegen") public final class ResourceNotFoundException extends CodeGuruSecurityException implements ToCopyableBuilder<ResourceNotFoundException.Builder,ResourceNotFoundException>
The resource specified in the request was not found.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceNotFoundException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceNotFoundException.Builder |
builder() |
String |
errorCode()
The identifier for the error.
|
String |
resourceId()
The identifier for the resource that was not found.
|
String |
resourceType()
The type of resource that was not found.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceNotFoundException.Builder> |
serializableBuilderClass() |
ResourceNotFoundException.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 ResourceNotFoundException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceNotFoundException.Builder,ResourceNotFoundException>toBuilder in class CodeGuruSecurityExceptionpublic static ResourceNotFoundException.Builder builder()
public static Class<? extends ResourceNotFoundException.Builder> serializableBuilderClass()
public String errorCode()
The identifier for the error.
public String resourceId()
The identifier for the resource that was not found.
public String resourceType()
The type of resource that was not found.
Copyright © 2023. All rights reserved.