Class: Aws::CodeBuild::Types::PhaseContext

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb

Overview

Additional information about a build phase that has an error. You can use this information for troubleshooting.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

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

Returns:

  • (String)


3601
3602
3603
3604
3605
3606
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 3601

class PhaseContext < Struct.new(
  :status_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeString

The status code for the context of the build phase.

Returns:

  • (String)


3601
3602
3603
3604
3605
3606
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 3601

class PhaseContext < Struct.new(
  :status_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end