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

Class: Aws::States::Types::TaskFailedEventDetails

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

Overview

Contains details about a task failure event.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cause ⇒ String

A more detailed explanation of the cause of the failure.

Returns:

  • (String) —

    A more detailed explanation of the cause of the failure.

#error ⇒ String

The error code of the failure.

Returns:

  • (String) —

    The error code of the failure.

#resource ⇒ String

The service name of the resource in a task state.

Returns:

  • (String) —

    The service name of the resource in a task state.

#resource_type ⇒ String

The action of the resource called by a task state.

Returns:

  • (String) —

    The action of the resource called by a task state.