Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data BuildNotDeleted Source #
Information about a build that could not be successfully deleted.
See: newBuildNotDeleted
smart constructor.
Instances
newBuildNotDeleted :: BuildNotDeleted Source #
Create a value of BuildNotDeleted
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:id:BuildNotDeleted'
, buildNotDeleted_id
- The ID of the build that could not be successfully deleted.
$sel:statusCode:BuildNotDeleted'
, buildNotDeleted_statusCode
- Additional information about the build that could not be successfully
deleted.
buildNotDeleted_id :: Lens' BuildNotDeleted (Maybe Text) Source #
The ID of the build that could not be successfully deleted.
buildNotDeleted_statusCode :: Lens' BuildNotDeleted (Maybe Text) Source #
Additional information about the build that could not be successfully deleted.