#[non_exhaustive]pub struct InvalidResourceArnException { /* private fields */ }
Expand description
The value for the resource ARN is not valid. For more information about resources in AWS CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User Guide.
Implementations§
source§impl InvalidResourceArnException
impl InvalidResourceArnException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidResourceArnException
.
Trait Implementations§
source§impl Clone for InvalidResourceArnException
impl Clone for InvalidResourceArnException
source§fn clone(&self) -> InvalidResourceArnException
fn clone(&self) -> InvalidResourceArnException
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 InvalidResourceArnException
impl Debug for InvalidResourceArnException
source§impl Error for InvalidResourceArnException
impl Error for InvalidResourceArnException
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<InvalidResourceArnException> for InvalidResourceArnException
impl PartialEq<InvalidResourceArnException> for InvalidResourceArnException
source§fn eq(&self, other: &InvalidResourceArnException) -> bool
fn eq(&self, other: &InvalidResourceArnException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.