| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentError |
EnvironmentError.clone() |
EnvironmentError |
Deployment.getFailureReason()
The failure reason of the last deployment of the environment.
|
EnvironmentError |
EnvironmentError.withCode(String code)
The error code for the failure reason for the environment deployment.
|
EnvironmentError |
EnvironmentError.withMessage(String message)
The error message for the failure reason for the environment deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Deployment.setFailureReason(EnvironmentError failureReason)
The failure reason of the last deployment of the environment.
|
Deployment |
Deployment.withFailureReason(EnvironmentError failureReason)
The failure reason of the last deployment of the environment.
|
Copyright © 2024. All rights reserved.