@Value.Immutable
public interface ErrorDetails
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
errorCode()
Error Code.
|
String |
errorMessage()
Detailed error message corresponding to the error code.
|
Integer |
retryAfterSeconds()
Specifies the time delay in seconds after which operation can be retried.
|
Copyright © 2021–2022 Amazon Web Services. All rights reserved.