Skip to main content

GetMachineClassificationConfigV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.machine_classification_config.models.get_machine_classification_config_v1401_response import GetMachineClassificationConfigV1401Response

get_machine_classification_config_v1401_response = GetMachineClassificationConfigV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]