@Generated(value="software.amazon.awssdk:codegen") public final class ResourceDataSyncNotFoundException extends SsmException implements ToCopyableBuilder<ResourceDataSyncNotFoundException.Builder,ResourceDataSyncNotFoundException>
The specified sync name was not found.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceDataSyncNotFoundException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceDataSyncNotFoundException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceDataSyncNotFoundException.Builder> |
serializableBuilderClass() |
String |
syncName()
Returns the value of the SyncName property for this object.
|
String |
syncType()
Returns the value of the SyncType property for this object.
|
ResourceDataSyncNotFoundException.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 ResourceDataSyncNotFoundException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceDataSyncNotFoundException.Builder,ResourceDataSyncNotFoundException>toBuilder in class SsmExceptionpublic static ResourceDataSyncNotFoundException.Builder builder()
public static Class<? extends ResourceDataSyncNotFoundException.Builder> serializableBuilderClass()
public String syncName()
public String syncType()
Copyright © 2020. All rights reserved.