ListMachineIdentitiesV1401Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| error | object | A message describing the error | [optional] |
| } |
Example
from sailpoint.machine_identities.models.list_machine_identities_v1401_response import ListMachineIdentitiesV1401Response
list_machine_identities_v1401_response = ListMachineIdentitiesV1401Response(
error=JWT validation failed: JWT is expired
)