Skip to content

/AWS1/CL_MDXBTCGETRTRINPERROR

An error that occurred when retrieving multiple router inputs in the BatchGetRouterInput operation, including the ARN, error code, and error message.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/MDXROUTERINPUTARN /AWS1/MDXROUTERINPUTARN

The Amazon Resource Name (ARN) of the router input for which the error occurred.

iv_code TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING

The error code associated with the error.

iv_message TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING

A message describing the error.


Queryable Attributes

Arn

The Amazon Resource Name (ARN) of the router input for which the error occurred.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

Code

The error code associated with the error.

Accessible with the following methods

Method Description
GET_CODE() Getter for CODE, with configurable default
ASK_CODE() Getter for CODE w/ exceptions if field has no value
HAS_CODE() Determine if CODE has a value

Message

A message describing the error.

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_BATCHGETRTRINPUTERRORLIST

TYPES TT_BATCHGETRTRINPUTERRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDXBTCGETRTRINPERROR WITH DEFAULT KEY
.