Class ParameterNotFoundException

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

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

The parameter couldn't be found. Verify the name and try again.

For the DeleteParameter and GetParameter actions, if the specified parameter doesn't exist, the ParameterNotFound exception is not recorded in CloudTrail event logs.

See Also: