@Generated(value="software.amazon.awssdk:codegen") public final 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 and Description |
|---|---|
static interface |
LastVpcAssociationException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LastVpcAssociationException.Builder |
builder() |
static Class<? extends LastVpcAssociationException.Builder> |
serializableBuilderClass() |
LastVpcAssociationException.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 LastVpcAssociationException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<LastVpcAssociationException.Builder,LastVpcAssociationException>toBuilder in class Route53Exceptionpublic static LastVpcAssociationException.Builder builder()
public static Class<? extends LastVpcAssociationException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.