Class: Aws::CodePipeline::Types::FailureDetails

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

Overview

Represents information about failure details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#external_execution_idString

The external ID of the run of the action that failed.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1772

class FailureDetails < Struct.new(
  :type,
  :message,
  :external_execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The message about the failure.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1772

class FailureDetails < Struct.new(
  :type,
  :message,
  :external_execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the failure.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1772

class FailureDetails < Struct.new(
  :type,
  :message,
  :external_execution_id)
  SENSITIVE = []
  include Aws::Structure
end