Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/Beta/Models/CreateDomainDkim405Response.md
2025-02-20 12:59:19 -05:00

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
beta-create-domain-dkim405-response CreateDomainDkim405Response CreateDomainDkim405Response CreateDomainDkim405Response pythonsdk
python
Python
sdk
CreateDomainDkim405Response
BetaCreateDomainDkim405Response
/tools/sdk/python/beta/models/create-domain-dkim405-response
SDK
Software Development Kit
CreateDomainDkim405Response
BetaCreateDomainDkim405Response

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.beta.models.create_domain_dkim405_response import CreateDomainDkim405Response

create_domain_dkim405_response = CreateDomainDkim405Response(
error_name=NotSupportedException,
error_message=Cannot consume content type,
tracking_id='e7eab60924f64aa284175b9fa3309599'
)

[Back to top]