@Generated(value="software.amazon.awssdk:codegen") public class InvalidAlarmConfigException extends CodeDeployException implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<InvalidAlarmConfigException.Builder,InvalidAlarmConfigException>
The format of the alarm configuration is invalid. Possible causes include:
The alarm list is null.
The alarm object is null.
The alarm name is empty or null or exceeds the 255 character limit.
Two alarms with the same name have been specified.
The alarm configuration is enabled but the alarm list is empty.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidAlarmConfigException.Builder |
AmazonServiceException.ErrorType| Modifier and Type | Method and Description |
|---|---|
static InvalidAlarmConfigException.Builder |
builder() |
static Class<? extends InvalidAlarmConfigException.Builder> |
serializableBuilderClass() |
InvalidAlarmConfigException.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 InvalidAlarmConfigException.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<InvalidAlarmConfigException.Builder,InvalidAlarmConfigException>public static InvalidAlarmConfigException.Builder builder()
public static Class<? extends InvalidAlarmConfigException.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.