| 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.OpenSearchServerless.Types.VpcEndpointErrorDetail
Description
Synopsis
- data VpcEndpointErrorDetail = VpcEndpointErrorDetail' {}
- newVpcEndpointErrorDetail :: VpcEndpointErrorDetail
- vpcEndpointErrorDetail_errorCode :: Lens' VpcEndpointErrorDetail (Maybe Text)
- vpcEndpointErrorDetail_errorMessage :: Lens' VpcEndpointErrorDetail (Maybe Text)
- vpcEndpointErrorDetail_id :: Lens' VpcEndpointErrorDetail (Maybe Text)
Documentation
data VpcEndpointErrorDetail Source #
Error information for a failed BatchGetVpcEndpoint request.
See: newVpcEndpointErrorDetail smart constructor.
Constructors
| VpcEndpointErrorDetail' | |
Instances
newVpcEndpointErrorDetail :: VpcEndpointErrorDetail Source #
Create a value of VpcEndpointErrorDetail 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:VpcEndpointErrorDetail', vpcEndpointErrorDetail_errorCode - The error code for the failed request.
$sel:errorMessage:VpcEndpointErrorDetail', vpcEndpointErrorDetail_errorMessage - An error message describing the reason for the failure.
$sel:id:VpcEndpointErrorDetail', vpcEndpointErrorDetail_id - The unique identifier of the VPC endpoint.
vpcEndpointErrorDetail_errorCode :: Lens' VpcEndpointErrorDetail (Maybe Text) Source #
The error code for the failed request.
vpcEndpointErrorDetail_errorMessage :: Lens' VpcEndpointErrorDetail (Maybe Text) Source #
An error message describing the reason for the failure.
vpcEndpointErrorDetail_id :: Lens' VpcEndpointErrorDetail (Maybe Text) Source #
The unique identifier of the VPC endpoint.