Skip to content

/AWS1/CL_QSTFAILEDKEYREGENTRY

An entry that appears when a KeyRegistration update to Amazon QuickSight fails.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_MESSAGE TYPE /AWS1/QSTNONEMPTYSTRING /AWS1/QSTNONEMPTYSTRING

A message that provides information about why a FailedKeyRegistrationEntry error occurred.

IV_STATUSCODE TYPE /AWS1/QSTSTATUSCODE /AWS1/QSTSTATUSCODE

The HTTP status of a FailedKeyRegistrationEntry error.

IV_SENDERFAULT TYPE /AWS1/QSTBOOLEAN /AWS1/QSTBOOLEAN

A boolean that indicates whether a FailedKeyRegistrationEntry resulted from user error. If the value of this property is True, the error was caused by user error. If the value of this property is False, the error occurred on the backend. If your job continues fail and with a False SenderFault value, 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 FailedKeyRegistrationEntry error 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 FailedKeyRegistrationEntry error.

Accessible with the following methods

Method Description
GET_STATUSCODE() Getter for STATUSCODE

SenderFault

A boolean that indicates whether a FailedKeyRegistrationEntry resulted from user error. If the value of this property is True, the error was caused by user error. If the value of this property is False, the error occurred on the backend. If your job continues fail and with a False SenderFault value, 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
.