Class ParameterStoreKeysMissingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.awspring.cloud.autoconfigure.config.parameterstore.ParameterStoreKeysMissingException
All Implemented Interfaces:
Serializable

public class ParameterStoreKeysMissingException extends RuntimeException
Thrown when configuration provided to ConfigDataLoader is missing parameter store keys, for example `spring.config.import=aws-parameterstore:`.
Since:
3.0.0
Author:
Maciej Walkowiak
See Also: