# `Stripe.Resources.V2.Core.EventDestination.StatusDetails.Disabled`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/event_destination.ex#L98)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.EventDestination.StatusDetails.Disabled{
  reason: String.t() | nil
}
```

* `reason` - Reason event destination has been disabled. Possible values: `no_aws_event_source_exists`, `user`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
