ProfileNotFoundWarning
- class core.zowe.core_for_zowe_sdk.custom_warnings.ProfileNotFoundWarning(message: str)
A warning that is raised when a user profile cannot be found.
- Parameters:
message (str) – A 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