class Aws::CodePipeline::Types::FailureDetails

Represents information about failure details.

@note When making an API call, you may pass FailureDetails

data as a hash:

    {
      type: "JobFailed", # required, accepts JobFailed, ConfigurationError, PermissionError, RevisionOutOfSync, RevisionUnavailable, SystemUnavailable
      message: "Message", # required
      external_execution_id: "ExecutionId",
    }

@!attribute [rw] type

The type of the failure.
@return [String]

@!attribute [rw] message

The message about the failure.
@return [String]

@!attribute [rw] external_execution_id

The external ID of the run of the action that failed.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/FailureDetails AWS API Documentation

Constants

SENSITIVE