Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LastError |
LastError.clone() |
LastError |
VpcEndpoint.getLastError()
The last error that occurred for endpoint.
|
LastError |
LastError.withCode(String code)
The error code for the VPC endpoint error.
|
LastError |
LastError.withMessage(String message)
The error message for the VPC endpoint error.
|
Modifier and Type | Method and Description |
---|---|
void |
VpcEndpoint.setLastError(LastError lastError)
The last error that occurred for endpoint.
|
VpcEndpoint |
VpcEndpoint.withLastError(LastError lastError)
The last error that occurred for endpoint.
|
Copyright © 2023. All rights reserved.