SecurePropsNotFoundWarning
- class core.zowe.core_for_zowe_sdk.custom_warnings.SecurePropsNotFoundWarning(message: str)
A warning that is raised when secure properties are not found.
- Parameters:
message (str) – A human-readable string describing the warning.
- __str__() str
Return a string representation of the warning message.
- Returns:
a string representation of the warning message
- Return type:
str