Skip to main content

DeleteParameterV1409Response

Properties

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

Examples

  • Prepare the resource
$DeleteParameterV1409Response = Initialize-DeleteParameterV1409Response  -ErrorName ConflictException `
-ErrorMessage Failed to store object `
-TrackingId e7eab60924f64aa284175b9fa3309599
  • Convert the resource to JSON
$DeleteParameterV1409Response | ConvertTo-JSON

[Back to top]