/AWS1/CL_SHBUNPROCEDSTANDARD00¶
Provides details about which control's enablement status couldn't be retrieved in a specified standard when calling BatchUpdateStandardsControlAssociations. This parameter also provides details about why the request was unprocessed.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_standardsctlassociationid
TYPE REF TO /AWS1/CL_SHBSTANDARDSCTLASSO00
/AWS1/CL_SHBSTANDARDSCTLASSO00
¶
An array with one or more objects that includes a security control (identified with
SecurityControlId
,SecurityControlArn
, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This parameter shows the specific controls for which the enablement status couldn't be retrieved in specified standards when calling BatchUpdateStandardsControlAssociations.
iv_errorcode
TYPE /AWS1/SHBUNPROCESSEDERRORCODE
/AWS1/SHBUNPROCESSEDERRORCODE
¶
The error code for the unprocessed standard and control association.
Optional arguments:¶
iv_errorreason
TYPE /AWS1/SHBNONEMPTYSTRING
/AWS1/SHBNONEMPTYSTRING
¶
The reason why the standard and control association was unprocessed.
Queryable Attributes¶
StandardsControlAssociationId¶
An array with one or more objects that includes a security control (identified with
SecurityControlId
,SecurityControlArn
, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This parameter shows the specific controls for which the enablement status couldn't be retrieved in specified standards when calling BatchUpdateStandardsControlAssociations.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STANDARDSCTLASSOCIATIO01() |
Getter for STANDARDSCTLASSOCIATIONID |
ErrorCode¶
The error code for the unprocessed standard and control association.
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 |
ErrorReason¶
The reason why the standard and control association was unprocessed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERRORREASON() |
Getter for ERRORREASON, with configurable default |
ASK_ERRORREASON() |
Getter for ERRORREASON w/ exceptions if field has no value |
HAS_ERRORREASON() |
Determine if ERRORREASON 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_UNPROCEDSTANDARDSCTLASSOC00
¶
TYPES TT_UNPROCEDSTANDARDSCTLASSOC00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBUNPROCEDSTANDARD00 WITH DEFAULT KEY
.