Struct aws_sdk_cloudfront::error::NoSuchOrigin
source · #[non_exhaustive]pub struct NoSuchOrigin { /* private fields */ }
Expand description
No origin exists with the specified Origin Id
.
Implementations§
source§impl NoSuchOrigin
impl NoSuchOrigin
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NoSuchOrigin
.
Trait Implementations§
source§impl Clone for NoSuchOrigin
impl Clone for NoSuchOrigin
source§fn clone(&self) -> NoSuchOrigin
fn clone(&self) -> NoSuchOrigin
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 NoSuchOrigin
impl Debug for NoSuchOrigin
source§impl Display for NoSuchOrigin
impl Display for NoSuchOrigin
source§impl Error for NoSuchOrigin
impl Error for NoSuchOrigin
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<NoSuchOrigin> for NoSuchOrigin
impl PartialEq<NoSuchOrigin> for NoSuchOrigin
source§fn eq(&self, other: &NoSuchOrigin) -> bool
fn eq(&self, other: &NoSuchOrigin) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.