@Generated(value="software.amazon.awssdk:codegen") public final class InvalidAssociationVersionException extends SsmException implements ToCopyableBuilder<InvalidAssociationVersionException.Builder,InvalidAssociationVersionException>
The version you specified is not valid. Use ListAssociationVersions to view all versions of an association according
to the association ID. Or, use the $LATEST parameter to view the latest version of the association.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidAssociationVersionException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidAssociationVersionException.Builder |
builder() |
static Class<? extends InvalidAssociationVersionException.Builder> |
serializableBuilderClass() |
InvalidAssociationVersionException.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 InvalidAssociationVersionException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<InvalidAssociationVersionException.Builder,InvalidAssociationVersionException>toBuilder in class SsmExceptionpublic static InvalidAssociationVersionException.Builder builder()
public static Class<? extends InvalidAssociationVersionException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.