@Generated(value="software.amazon.awssdk:codegen") public final class AccessPointAlreadyExistsException extends EfsException implements ToCopyableBuilder<AccessPointAlreadyExistsException.Builder,AccessPointAlreadyExistsException>
Returned if the access point that you are trying to create already exists, with the creation token you provided in the request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccessPointAlreadyExistsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessPointId()
Returns the value of the AccessPointId property for this object.
|
static AccessPointAlreadyExistsException.Builder |
builder() |
String |
errorCode()
Returns the value of the ErrorCode property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccessPointAlreadyExistsException.Builder> |
serializableBuilderClass() |
AccessPointAlreadyExistsException.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 AccessPointAlreadyExistsException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccessPointAlreadyExistsException.Builder,AccessPointAlreadyExistsException>toBuilder in class EfsExceptionpublic static AccessPointAlreadyExistsException.Builder builder()
public static Class<? extends AccessPointAlreadyExistsException.Builder> serializableBuilderClass()
public String errorCode()
public String accessPointId()
Copyright © 2023. All rights reserved.