@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 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 |
Modifier and Type | Method and Description |
---|---|
static InvalidAlarmConfigException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidAlarmConfigException.Builder> |
serializableBuilderClass() |
InvalidAlarmConfigException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public InvalidAlarmConfigException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<InvalidAlarmConfigException.Builder,InvalidAlarmConfigException>
toBuilder
in class CodeDeployException
public static InvalidAlarmConfigException.Builder builder()
public static Class<? extends InvalidAlarmConfigException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.