@Generated(value="software.amazon.awssdk:codegen") public final class ResourceNotFoundException extends DlmException implements ToCopyableBuilder<ResourceNotFoundException.Builder,ResourceNotFoundException>
A requested resource was not found.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceNotFoundException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceNotFoundException.Builder |
builder() |
String |
code()
Returns the value of the Code property for this object.
|
List<String> |
resourceIds()
Value is a list of resource IDs that were not found.
|
String |
resourceType()
Value is the type of resource that was not found.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceNotFoundException.Builder> |
serializableBuilderClass() |
ResourceNotFoundException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic ResourceNotFoundException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<ResourceNotFoundException.Builder,ResourceNotFoundException>toBuilder in class DlmExceptionpublic static ResourceNotFoundException.Builder builder()
public static Class<? extends ResourceNotFoundException.Builder> serializableBuilderClass()
public String code()
public String resourceType()
Value is the type of resource that was not found.
public List<String> resourceIds()
Value is a list of resource IDs that were not found.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.