Struct aws_sdk_codepipeline::model::ErrorDetails
source · #[non_exhaustive]pub struct ErrorDetails { /* private fields */ }
Expand description
Represents information about an error in AWS CodePipeline.
Implementations§
source§impl ErrorDetails
impl ErrorDetails
source§impl ErrorDetails
impl ErrorDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ErrorDetails
.
Trait Implementations§
source§impl Clone for ErrorDetails
impl Clone for ErrorDetails
source§fn clone(&self) -> ErrorDetails
fn clone(&self) -> ErrorDetails
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 more