[][src]Struct rusoto_glue::BatchStopJobRunError

pub struct BatchStopJobRunError {
    pub error_detail: Option<ErrorDetail>,
    pub job_name: Option<String>,
    pub job_run_id: Option<String>,
}

Records an error that occurred when attempting to stop a specified job run.

Fields

Specifies details about the error that was encountered.

The name of the job definition used in the job run in question.

The JobRunId of the job run in question.

Trait Implementations

impl Default for BatchStopJobRunError
[src]

impl PartialEq<BatchStopJobRunError> for BatchStopJobRunError
[src]

impl Clone for BatchStopJobRunError
[src]

Performs copy-assignment from source. Read more

impl Debug for BatchStopJobRunError
[src]

impl<'de> Deserialize<'de> for BatchStopJobRunError
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T> Same for T

Should always be Self