| 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.VpcEndpointErrorCode
Description
Synopsis
- newtype VpcEndpointErrorCode where
Documentation
newtype VpcEndpointErrorCode Source #
Specifies the error code of the failure encountered while describing the VPC endpoint:
- ENDPOINT_NOT_FOUND: Indicates that the requested VPC endpoint does not exist.
- SERVER_ERROR: Indicates the describe endpoint operation failed due to an internal server error.
Constructors
| VpcEndpointErrorCode' | |
Fields | |
Bundled Patterns
| pattern VpcEndpointErrorCode_ENDPOINT_NOT_FOUND :: VpcEndpointErrorCode | |
| pattern VpcEndpointErrorCode_SERVER_ERROR :: VpcEndpointErrorCode |