mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.2 KiB
1.2 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-create-domain-dkim405-response | CreateDomainDkim405Response | CreateDomainDkim405Response | CreateDomainDkim405Response | pythonsdk |
|
/tools/sdk/python/v2025/models/create-domain-dkim405-response |
|
CreateDomainDkim405Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| error_name | object | A message describing the error | [optional] |
| error_message | object | Description of the error | [optional] |
| tracking_id | str | Unique tracking id for the error. | [optional] |
| } |
Example
from sailpoint.v2025.models.create_domain_dkim405_response import CreateDomainDkim405Response
create_domain_dkim405_response = CreateDomainDkim405Response(
error_name=NotSupportedException,
error_message=Cannot consume content type,
tracking_id='e7eab60924f64aa284175b9fa3309599'
)