| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.LastUpdateStatus
Description
Documentation
data LastUpdateStatus Source #
A value that indicates whether the update was successful.
See: newLastUpdateStatus smart constructor.
Constructors
| LastUpdateStatus' | |
Fields 
  | |
Instances
Create a value of LastUpdateStatus 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:failureReason:LastUpdateStatus', lastUpdateStatus_failureReason - If the update wasn't successful, indicates the reason why it failed.
$sel:status:LastUpdateStatus', lastUpdateStatus_status - A value that indicates whether the update was made successful.
lastUpdateStatus_failureReason :: Lens' LastUpdateStatus (Maybe Text) Source #
If the update wasn't successful, indicates the reason why it failed.
lastUpdateStatus_status :: Lens' LastUpdateStatus LastUpdateStatusValue Source #
A value that indicates whether the update was made successful.