You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents information about an error in AWS CodePipeline.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The system ID or number code of the error.

Returns:

  • (String)

    The system ID or number code of the error.

#messageString

The text of the error message.

Returns:

  • (String)

    The text of the error message.