Skip to main content

GetAccountAggregationStatusV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.account_aggregations.models.get_account_aggregation_status_v1429_response import GetAccountAggregationStatusV1429Response

get_account_aggregation_status_v1429_response = GetAccountAggregationStatusV1429Response(
message= Rate Limit Exceeded
)

[Back to top]