Serializable
, ToCopyableBuilder<InvalidAlarmConfigException.Builder,InvalidAlarmConfigException>
@Generated("software.amazon.awssdk:codegen") public class InvalidAlarmConfigException extends CodeDeployException implements 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 | Description |
---|---|---|
static interface |
InvalidAlarmConfigException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static InvalidAlarmConfigException.Builder |
builder() |
|
static Class<? extends InvalidAlarmConfigException.Builder> |
serializableBuilderClass() |
|
InvalidAlarmConfigException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidAlarmConfigException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InvalidAlarmConfigException.Builder,InvalidAlarmConfigException>
public static InvalidAlarmConfigException.Builder builder()
public static Class<? extends InvalidAlarmConfigException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.