StartApplicationDiscoveryV1403ResponseOneOf
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| error | str | Error message when quota is exceeded | [required] |
| } |
Example
from sailpoint.application_discovery.models.start_application_discovery_v1403_response_one_of import StartApplicationDiscoveryV1403ResponseOneOf
start_application_discovery_v1403_response_one_of = StartApplicationDiscoveryV1403ResponseOneOf(
error=''
)