Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
RuntimeVersionError |
RuntimeVersionError.clone() |
RuntimeVersionError |
RuntimeVersionConfig.getError()
Error response when Lambda is unable to retrieve the runtime version for a function.
|
RuntimeVersionError |
RuntimeVersionError.withErrorCode(String errorCode)
The error code.
|
RuntimeVersionError |
RuntimeVersionError.withMessage(String message)
The error message.
|
Modifier and Type | Method and Description |
---|---|
void |
RuntimeVersionConfig.setError(RuntimeVersionError error)
Error response when Lambda is unable to retrieve the runtime version for a function.
|
RuntimeVersionConfig |
RuntimeVersionConfig.withError(RuntimeVersionError error)
Error response when Lambda is unable to retrieve the runtime version for a function.
|
Copyright © 2023. All rights reserved.