Struct aws_sdk_glue::model::BatchStopJobRunError
source · #[non_exhaustive]pub struct BatchStopJobRunError { /* private fields */ }Expand description
Records an error that occurred when attempting to stop a specified job run.
Implementations§
source§impl BatchStopJobRunError
impl BatchStopJobRunError
sourcepub fn job_name(&self) -> Option<&str>
pub fn job_name(&self) -> Option<&str>
The name of the job definition that is used in the job run in question.
sourcepub fn job_run_id(&self) -> Option<&str>
pub fn job_run_id(&self) -> Option<&str>
The JobRunId of the job run in question.
sourcepub fn error_detail(&self) -> Option<&ErrorDetail>
pub fn error_detail(&self) -> Option<&ErrorDetail>
Specifies details about the error that was encountered.
source§impl BatchStopJobRunError
impl BatchStopJobRunError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchStopJobRunError.
Trait Implementations§
source§impl Clone for BatchStopJobRunError
impl Clone for BatchStopJobRunError
source§fn clone(&self) -> BatchStopJobRunError
fn clone(&self) -> BatchStopJobRunError
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 BatchStopJobRunError
impl Debug for BatchStopJobRunError
source§impl PartialEq<BatchStopJobRunError> for BatchStopJobRunError
impl PartialEq<BatchStopJobRunError> for BatchStopJobRunError
source§fn eq(&self, other: &BatchStopJobRunError) -> bool
fn eq(&self, other: &BatchStopJobRunError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.