Class HierarchyTypeMismatchException

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

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

Parameter Store doesn't support changing a parameter type in a hierarchy. For example, you can't change a parameter from a String type to a SecureString type. You must create a new, unique parameter.

See Also: