@Generated(value="software.amazon.awssdk:codegen") public final class InvalidTargetInstancesException extends CodeDeployException implements ToCopyableBuilder<InvalidTargetInstancesException.Builder,InvalidTargetInstancesException>
The target instance configuration is invalid. Possible causes include:
Configuration data for target instances was entered for an in-place deployment.
The limit of 10 tags for a tag type was exceeded.
The combined length of the tag names exceeded the limit.
A specified tag is not currently applied to any instances.
Modifier and Type | Class and Description |
---|---|
static interface |
InvalidTargetInstancesException.Builder |
Modifier and Type | Method and Description |
---|---|
static InvalidTargetInstancesException.Builder |
builder() |
static Class<? extends InvalidTargetInstancesException.Builder> |
serializableBuilderClass() |
InvalidTargetInstancesException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public InvalidTargetInstancesException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<InvalidTargetInstancesException.Builder,InvalidTargetInstancesException>
toBuilder
in class CodeDeployException
public static InvalidTargetInstancesException.Builder builder()
public static Class<? extends InvalidTargetInstancesException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.