Package | Description |
---|---|
com.amazonaws.services.mwaa.model |
Modifier and Type | Method and Description |
---|---|
UpdateError |
UpdateError.clone() |
UpdateError |
LastUpdate.getError()
The error that was encountered during the last update of the environment.
|
UpdateError |
UpdateError.withErrorCode(String errorCode)
The error code that corresponds to the error with the last update.
|
UpdateError |
UpdateError.withErrorMessage(String errorMessage)
The error message that corresponds to the error code.
|
Modifier and Type | Method and Description |
---|---|
void |
LastUpdate.setError(UpdateError error)
The error that was encountered during the last update of the environment.
|
LastUpdate |
LastUpdate.withError(UpdateError error)
The error that was encountered during the last update of the environment.
|
Copyright © 2021. All rights reserved.