@Generated(value="software.amazon.awssdk:codegen") public final 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 limit of 255 characters.
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 |
| Modifier and Type | Method and Description |
|---|---|
static InvalidAlarmConfigException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidAlarmConfigException.Builder> |
serializableBuilderClass() |
InvalidAlarmConfigException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic InvalidAlarmConfigException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvalidAlarmConfigException.Builder,InvalidAlarmConfigException>toBuilder in class CodeDeployExceptionpublic static InvalidAlarmConfigException.Builder builder()
public static Class<? extends InvalidAlarmConfigException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.