Class InvalidAlarmConfigException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InvalidAlarmConfigException.Builder,InvalidAlarmConfigException>

@Generated("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.

See Also: