Serializable, ToCopyableBuilder<InvalidTargetInstancesException.Builder,InvalidTargetInstancesException>@Generated("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 | Description |
|---|---|---|
static interface |
InvalidTargetInstancesException.Builder |
AmazonServiceException.ErrorType| Modifier and Type | Method | 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.
|
isRetryablegetErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.