Class: Aws::CodePipeline::Types::ErrorDetails

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

Overview

Represents information about an error in CodePipeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The system ID or number code of the error.

Returns:

  • (String)


1678
1679
1680
1681
1682
1683
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1678

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

#messageString

The text of the error message.

Returns:

  • (String)


1678
1679
1680
1681
1682
1683
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1678

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