Skip to main content

ListAccessModelMetadataAttribute429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.beta.models.list_access_model_metadata_attribute429_response import ListAccessModelMetadataAttribute429Response

list_access_model_metadata_attribute429_response = ListAccessModelMetadataAttribute429Response(
message= Rate Limit Exceeded
)

[Back to top]