Skip to main content

DeleteParameterV1409Response

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.parameter_storage.models.delete_parameter_v1409_response import DeleteParameterV1409Response

delete_parameter_v1409_response = DeleteParameterV1409Response(
error_name=ConflictException,
error_message=Failed to store object,
tracking_id='e7eab60924f64aa284175b9fa3309599'
)

[Back to top]