Variant
destroy-associated-resources-dangerous-error
No description available.
variant destroy-associated-resources-dangerous-error {
unauthorized(string),
not-found(string),
too-many-requests(string),
internal-server-error(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| unauthorized | string | |
| not-found | string | |
| too-many-requests | string | |
| internal-server-error | string | |
| other | string |