Skip to main content

CreateDomainDkimV1405Response

Properties

NameTypeDescriptionNotes
ErrorNameAnyTypeA message describing the error[optional]
ErrorMessageAnyTypeDescription of the error[optional]
TrackingIdStringUnique tracking id for the error.[optional]

Examples

  • Prepare the resource
$CreateDomainDkimV1405Response = Initialize-CreateDomainDkimV1405Response  -ErrorName NotSupportedException `
-ErrorMessage Cannot consume content type `
-TrackingId e7eab60924f64aa284175b9fa3309599
  • Convert the resource to JSON
$CreateDomainDkimV1405Response | ConvertTo-JSON

[Back to top]