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