Serializable
, ToCopyableBuilder<LastVPCAssociationException.Builder,LastVPCAssociationException>
@Generated("software.amazon.awssdk:codegen") public class LastVPCAssociationException extends Route53Exception implements ToCopyableBuilder<LastVPCAssociationException.Builder,LastVPCAssociationException>
The VPC that you're trying to disassociate from the private hosted zone is the last VPC that is associated with the hosted zone. Amazon Route 53 doesn't support disassociating the last VPC from a hosted zone.
Modifier and Type | Class | Description |
---|---|---|
static interface |
LastVPCAssociationException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static LastVPCAssociationException.Builder |
builder() |
|
static Class<? extends LastVPCAssociationException.Builder> |
serializableBuilderClass() |
|
LastVPCAssociationException.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 LastVPCAssociationException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LastVPCAssociationException.Builder,LastVPCAssociationException>
public static LastVPCAssociationException.Builder builder()
public static Class<? extends LastVPCAssociationException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.