| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ElasticSearch.Types.VpcEndpointError
Description
Synopsis
- data VpcEndpointError = VpcEndpointError' {}
- newVpcEndpointError :: VpcEndpointError
- vpcEndpointError_errorCode :: Lens' VpcEndpointError (Maybe VpcEndpointErrorCode)
- vpcEndpointError_errorMessage :: Lens' VpcEndpointError (Maybe Text)
- vpcEndpointError_vpcEndpointId :: Lens' VpcEndpointError (Maybe Text)
Documentation
data VpcEndpointError Source #
Error information when attempting to describe an Amazon OpenSearch Service-managed VPC endpoint.
See: newVpcEndpointError smart constructor.
Constructors
| VpcEndpointError' | |
Fields
| |
Instances
newVpcEndpointError :: VpcEndpointError Source #
Create a value of VpcEndpointError with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:errorCode:VpcEndpointError', vpcEndpointError_errorCode - The code associated with the error.
$sel:errorMessage:VpcEndpointError', vpcEndpointError_errorMessage - A message describing the error.
$sel:vpcEndpointId:VpcEndpointError', vpcEndpointError_vpcEndpointId - The unique identifier of the endpoint.
vpcEndpointError_errorCode :: Lens' VpcEndpointError (Maybe VpcEndpointErrorCode) Source #
The code associated with the error.
vpcEndpointError_errorMessage :: Lens' VpcEndpointError (Maybe Text) Source #
A message describing the error.
vpcEndpointError_vpcEndpointId :: Lens' VpcEndpointError (Maybe Text) Source #
The unique identifier of the endpoint.