/AWS1/CL_SFNTASKTMOUTEVENTDETS¶
Contains details about a resource timeout that occurred during an execution.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourcetype TYPE /AWS1/SFNNAME /AWS1/SFNNAME¶
The service name of the resource in a task state.
iv_resource TYPE /AWS1/SFNNAME /AWS1/SFNNAME¶
The action of the resource called by a task state.
Optional arguments:¶
iv_error TYPE /AWS1/SFNSENSITIVEERROR /AWS1/SFNSENSITIVEERROR¶
The error code of the failure.
iv_cause TYPE /AWS1/SFNSENSITIVECAUSE /AWS1/SFNSENSITIVECAUSE¶
A more detailed explanation of the cause of the failure.
Queryable Attributes¶
resourceType¶
The service name of the resource in a task state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
resource¶
The action of the resource called by a task state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCE() |
Getter for RESOURCE, with configurable default |
ASK_RESOURCE() |
Getter for RESOURCE w/ exceptions if field has no value |
HAS_RESOURCE() |
Determine if RESOURCE has a value |
error¶
The error code of the failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR, with configurable default |
ASK_ERROR() |
Getter for ERROR w/ exceptions if field has no value |
HAS_ERROR() |
Determine if ERROR has a value |
cause¶
A more detailed explanation of the cause of the failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAUSE() |
Getter for CAUSE, with configurable default |
ASK_CAUSE() |
Getter for CAUSE w/ exceptions if field has no value |
HAS_CAUSE() |
Determine if CAUSE has a value |