Skip to main content

GetPasswordDictionaryV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.password_dictionary.models.get_password_dictionary_v1429_response import GetPasswordDictionaryV1429Response

get_password_dictionary_v1429_response = GetPasswordDictionaryV1429Response(
message= Rate Limit Exceeded
)

[Back to top]