@Generated(value="software.amazon.awssdk:codegen") public 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()
Take this object and create a builder that contains all of the current property values of this object.
|
additionalThrottlingCondition, isClockSkewExceptionerrorCode, errorCode, errorMessage, errorMessage, errorType, errorType, getMessage, headers, headers, isThrottlingException, rawResponse, rawResponse, requestId, requestId, serviceName, serviceName, statusCode, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic InvalidTargetInstancesException.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<InvalidTargetInstancesException.Builder,InvalidTargetInstancesException>public static InvalidTargetInstancesException.Builder builder()
public static Class<? extends InvalidTargetInstancesException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.