Class InvalidTargetInstancesException

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

@Generated("software.amazon.awssdk:codegen") public final class InvalidTargetInstancesException extends CodeDeployException implements ToCopyableBuilder<InvalidTargetInstancesException.Builder,InvalidTargetInstancesException>

The target instance configuration is invalid. Possible causes include:

  • Configuration data for target instances was entered for an in-place deployment.

  • The limit of 10 tags for a tag type was exceeded.

  • The combined length of the tag names exceeded the limit.

  • A specified tag is not currently applied to any instances.

See Also: