#[non_exhaustive]pub struct VpcEndpointErrorDetail { /* private fields */ }
Expand description
Error information for a failed BatchGetVpcEndpoint
request.
Implementations§
source§impl VpcEndpointErrorDetail
impl VpcEndpointErrorDetail
sourcepub fn builder() -> VpcEndpointErrorDetailBuilder
pub fn builder() -> VpcEndpointErrorDetailBuilder
Creates a new builder-style object to manufacture VpcEndpointErrorDetail
.
Trait Implementations§
source§impl Clone for VpcEndpointErrorDetail
impl Clone for VpcEndpointErrorDetail
source§fn clone(&self) -> VpcEndpointErrorDetail
fn clone(&self) -> VpcEndpointErrorDetail
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 VpcEndpointErrorDetail
impl Debug for VpcEndpointErrorDetail
source§impl PartialEq<VpcEndpointErrorDetail> for VpcEndpointErrorDetail
impl PartialEq<VpcEndpointErrorDetail> for VpcEndpointErrorDetail
source§fn eq(&self, other: &VpcEndpointErrorDetail) -> bool
fn eq(&self, other: &VpcEndpointErrorDetail) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.