Class: Aws::CodePipeline::Types::FailureDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::FailureDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents information about failure details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#external_execution_id ⇒ String
The external ID of the run of the action that failed.
-
#message ⇒ String
The message about the failure.
-
#type ⇒ String
The type of the failure.
Instance Attribute Details
#external_execution_id ⇒ String
The external ID of the run of the action that failed.
1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1910 class FailureDetails < Struct.new( :type, :message, :external_execution_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message about the failure.
1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1910 class FailureDetails < Struct.new( :type, :message, :external_execution_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the failure.
1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1910 class FailureDetails < Struct.new( :type, :message, :external_execution_id) SENSITIVE = [] include Aws::Structure end |