Skip to main content

ExportSpConfigV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.sp_config.models.export_sp_config_v1429_response import ExportSpConfigV1429Response

export_sp_config_v1429_response = ExportSpConfigV1429Response(
message= Rate Limit Exceeded
)

[Back to top]