/AWS1/CL_XRAUNPROCESSEDSTATS¶
Sampling statistics from a call to GetSamplingTargets that X-Ray could not process.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_rulename
TYPE /AWS1/XRASTRING
/AWS1/XRASTRING
¶
The name of the sampling rule.
iv_errorcode
TYPE /AWS1/XRASTRING
/AWS1/XRASTRING
¶
The error code.
iv_message
TYPE /AWS1/XRASTRING
/AWS1/XRASTRING
¶
The error message.
Queryable Attributes¶
RuleName¶
The name of the sampling rule.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RULENAME() |
Getter for RULENAME, with configurable default |
ASK_RULENAME() |
Getter for RULENAME w/ exceptions if field has no value |
HAS_RULENAME() |
Determine if RULENAME has a value |
ErrorCode¶
The error code.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERRORCODE() |
Getter for ERRORCODE, with configurable default |
ASK_ERRORCODE() |
Getter for ERRORCODE w/ exceptions if field has no value |
HAS_ERRORCODE() |
Determine if ERRORCODE has a value |
Message¶
The error message.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_UNPROCESSEDSTATISTICSLIST
¶
TYPES TT_UNPROCESSEDSTATISTICSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_XRAUNPROCESSEDSTATS WITH DEFAULT KEY
.