Struct aws_sdk_elasticsearch::model::VpcEndpointError
source · #[non_exhaustive]pub struct VpcEndpointError { /* private fields */ }
Expand description
Error information when attempting to describe an Amazon OpenSearch Service-managed VPC endpoint.
Implementations§
source§impl VpcEndpointError
impl VpcEndpointError
sourcepub fn vpc_endpoint_id(&self) -> Option<&str>
pub fn vpc_endpoint_id(&self) -> Option<&str>
The unique identifier of the endpoint.
sourcepub fn error_code(&self) -> Option<&VpcEndpointErrorCode>
pub fn error_code(&self) -> Option<&VpcEndpointErrorCode>
The code associated with the error.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
A message describing the error.
source§impl VpcEndpointError
impl VpcEndpointError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VpcEndpointError
.
Trait Implementations§
source§impl Clone for VpcEndpointError
impl Clone for VpcEndpointError
source§fn clone(&self) -> VpcEndpointError
fn clone(&self) -> VpcEndpointError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for VpcEndpointError
impl Debug for VpcEndpointError
source§impl PartialEq<VpcEndpointError> for VpcEndpointError
impl PartialEq<VpcEndpointError> for VpcEndpointError
source§fn eq(&self, other: &VpcEndpointError) -> bool
fn eq(&self, other: &VpcEndpointError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.