Skip to main content

GetBrandingListV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.branding.models.get_branding_list_v1429_response import GetBrandingListV1429Response

get_branding_list_v1429_response = GetBrandingListV1429Response(
message= Rate Limit Exceeded
)

[Back to top]