@Generated(value="software.amazon.awssdk:codegen") public class InvalidDeploymentStyleException extends CodeDeployException implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<InvalidDeploymentStyleException.Builder,InvalidDeploymentStyleException>
An invalid deployment style was specified. Valid deployment types include "IN_PLACE" and "BLUE_GREEN". Valid deployment options include "WITH_TRAFFIC_CONTROL" and "WITHOUT_TRAFFIC_CONTROL".
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidDeploymentStyleException.Builder |
AmazonServiceException.ErrorType| Modifier and Type | Method and Description |
|---|---|
static InvalidDeploymentStyleException.Builder |
builder() |
static Class<? extends InvalidDeploymentStyleException.Builder> |
serializableBuilderClass() |
InvalidDeploymentStyleException.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 InvalidDeploymentStyleException.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<InvalidDeploymentStyleException.Builder,InvalidDeploymentStyleException>public static InvalidDeploymentStyleException.Builder builder()
public static Class<? extends InvalidDeploymentStyleException.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.