#[non_exhaustive]pub struct ProjectCreationFailedException { /* private fields */ }
Expand description
The project creation request was valid, but a nonspecific exception or error occurred during project creation. The project could not be created in AWS CodeStar.
Implementations§
source§impl ProjectCreationFailedException
impl ProjectCreationFailedException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ProjectCreationFailedException
.
Trait Implementations§
source§impl Clone for ProjectCreationFailedException
impl Clone for ProjectCreationFailedException
source§fn clone(&self) -> ProjectCreationFailedException
fn clone(&self) -> ProjectCreationFailedException
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 Error for ProjectCreationFailedException
impl Error for ProjectCreationFailedException
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<ProjectCreationFailedException> for ProjectCreationFailedException
impl PartialEq<ProjectCreationFailedException> for ProjectCreationFailedException
source§fn eq(&self, other: &ProjectCreationFailedException) -> bool
fn eq(&self, other: &ProjectCreationFailedException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.