@Generated(value="software.amazon.awssdk:codegen") public class InvalidTargetInstancesException extends CodeDeployException implements software.amazon.awssdk.utils.builder.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 |
AmazonServiceException.ErrorType| Modifier and Type | Method and Description |
|---|---|
static InvalidTargetInstancesException.Builder |
builder() |
static Class<? extends InvalidTargetInstancesException.Builder> |
serializableBuilderClass() |
InvalidTargetInstancesException.Builder |
toBuilder() |
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidTargetInstancesException.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<InvalidTargetInstancesException.Builder,InvalidTargetInstancesException>public static InvalidTargetInstancesException.Builder builder()
public static Class<? extends InvalidTargetInstancesException.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.