Skip to main content

SetIconV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.icons.models.set_icon_v1429_response import SetIconV1429Response

set_icon_v1429_response = SetIconV1429Response(
message= Rate Limit Exceeded
)

[Back to top]