# `Twilio.Resources.Serverless.V1.Service.Build.Status`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/serverless/v1/service/build/status.ex#L2)

The status of a Build resource.

SID prefix: `ZB`

Parent: `/Services/{ServiceSid}/Builds/{Sid}`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `account_sid` | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Build resource. |
| `service_sid` | The SID of the Service that the Build resource is associated with. |
| `sid` | The unique string that we created to identify the Build resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `status` | The status of the Build. Can be: `building`, `completed`, or `failed`.. Values: `building`, `completed`, `failed` |
| `url` | The absolute URL of the Build Status resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Serverless.V1.Service.Build.Status{
  account_sid: String.t() | nil,
  service_sid: String.t() | nil,
  sid: String.t() | nil,
  status: String.t(),
  url: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

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