/AWS1/CL_QSTFAILEDKEYREGENTRY¶
An entry that appears when a KeyRegistration update to Quick Sight fails.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_message TYPE /AWS1/QSTNONEMPTYSTRING /AWS1/QSTNONEMPTYSTRING¶
A message that provides information about why a
FailedKeyRegistrationEntryerror occurred.
iv_statuscode TYPE /AWS1/QSTSTATUSCODE /AWS1/QSTSTATUSCODE¶
The HTTP status of a
FailedKeyRegistrationEntryerror.
iv_senderfault TYPE /AWS1/QSTBOOLEAN /AWS1/QSTBOOLEAN¶
A boolean that indicates whether a
FailedKeyRegistrationEntryresulted from user error. If the value of this property isTrue, the error was caused by user error. If the value of this property isFalse, the error occurred on the backend. If your job continues fail and with aFalseSenderFaultvalue, contact Amazon Web Services Support.
Optional arguments:¶
iv_keyarn TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING¶
The ARN of the KMS key that failed to update.
Queryable Attributes¶
KeyArn¶
The ARN of the KMS key that failed to update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYARN() |
Getter for KEYARN, with configurable default |
ASK_KEYARN() |
Getter for KEYARN w/ exceptions if field has no value |
HAS_KEYARN() |
Determine if KEYARN has a value |
Message¶
A message that provides information about why a
FailedKeyRegistrationEntryerror occurred.
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 |
StatusCode¶
The HTTP status of a
FailedKeyRegistrationEntryerror.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSCODE() |
Getter for STATUSCODE |
SenderFault¶
A boolean that indicates whether a
FailedKeyRegistrationEntryresulted from user error. If the value of this property isTrue, the error was caused by user error. If the value of this property isFalse, the error occurred on the backend. If your job continues fail and with aFalseSenderFaultvalue, contact Amazon Web Services Support.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SENDERFAULT() |
Getter for SENDERFAULT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FAILEDKEYREGENTRIES¶
TYPES TT_FAILEDKEYREGENTRIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTFAILEDKEYREGENTRY WITH DEFAULT KEY
.