Localized error message to indicate a failed invocation or error if any.
Properties
Name
Type
Description
Notes
locale
str
Message locale
[required]
message
str
Message text
[required]
}
Example
fromsailpoint.v2025.models.localized_messageimportLocalizedMessagelocalized_message=LocalizedMessage(locale='An error has occurred!',message='Error has occurred!')