Skip to main content

StartApplicationDiscoveryV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.application_discovery.models.start_application_discovery_v1429_response import StartApplicationDiscoveryV1429Response

start_application_discovery_v1429_response = StartApplicationDiscoveryV1429Response(
message= Rate Limit Exceeded
)

[Back to top]