Skip to main content

GetAccountAggregationStatusV1400Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.account_aggregations.models.get_account_aggregation_status_v1400_response import GetAccountAggregationStatusV1400Response

get_account_aggregation_status_v1400_response = GetAccountAggregationStatusV1400Response(
error=JWT validation failed: JWT is expired
)

[Back to top]