Struct rusoto_codebuild::PhaseContext [] [src]

pub struct PhaseContext {
    pub message: Option<String>,
    pub status_code: Option<String>,
}

Additional information about a build phase that has an error. You can use this information to help troubleshoot a failed build.

Fields

An explanation of the build phase's context. This explanation might include a command ID and an exit code.

The status code for the context of the build phase.

Trait Implementations

impl Default for PhaseContext
[src]

Returns the "default value" for a type. Read more

impl Debug for PhaseContext
[src]

Formats the value using the given formatter.

impl Clone for PhaseContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more