Skip to main content

CreateAutoWriteSettingsV1409Response

Properties

NameTypeDescriptionNotes
error_nameobjectA message describing the error[optional]
error_messageobjectDescription of the error[optional]
tracking_idstrUnique tracking id for the error.[optional]
}

Example

from sailpoint.suggested_entitlement_description.models.create_auto_write_settings_v1409_response import CreateAutoWriteSettingsV1409Response

create_auto_write_settings_v1409_response = CreateAutoWriteSettingsV1409Response(
error_name=ConflictException,
error_message=Failed to store object,
tracking_id='e7eab60924f64aa284175b9fa3309599'
)

[Back to top]