Skip to main content

GetAttestationDocumentV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.parameter_storage.models.get_attestation_document_v1429_response import GetAttestationDocumentV1429Response

get_attestation_document_v1429_response = GetAttestationDocumentV1429Response(
message= Rate Limit Exceeded
)

[Back to top]