/AWS1/CL_IN2FAILASSOCIATIONRS¶
Details about a failed attempt to associate or disassociate a code repository with a scan configuration.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_scanconfigurationarn
TYPE /AWS1/IN2SCANCONFIGURATIONARN
/AWS1/IN2SCANCONFIGURATIONARN
¶
The Amazon Resource Name (ARN) of the scan configuration that failed to be associated or disassociated.
io_resource
TYPE REF TO /AWS1/CL_IN2CODESECURITYRES
/AWS1/CL_IN2CODESECURITYRES
¶
resource
iv_statuscode
TYPE /AWS1/IN2ASSOCIATIONRSSTATCODE
/AWS1/IN2ASSOCIATIONRSSTATCODE
¶
The status code indicating why the association or disassociation failed.
iv_statusmessage
TYPE /AWS1/IN2ASSOCIATIONRSSTATMSG
/AWS1/IN2ASSOCIATIONRSSTATMSG
¶
A message explaining why the association or disassociation failed.
Queryable Attributes¶
scanConfigurationArn¶
The Amazon Resource Name (ARN) of the scan configuration that failed to be associated or disassociated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCANCONFIGURATIONARN() |
Getter for SCANCONFIGURATIONARN, with configurable default |
ASK_SCANCONFIGURATIONARN() |
Getter for SCANCONFIGURATIONARN w/ exceptions if field has n |
HAS_SCANCONFIGURATIONARN() |
Determine if SCANCONFIGURATIONARN has a value |
resource¶
resource
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCE() |
Getter for RESOURCE |
statusCode¶
The status code indicating why the association or disassociation failed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSCODE() |
Getter for STATUSCODE, with configurable default |
ASK_STATUSCODE() |
Getter for STATUSCODE w/ exceptions if field has no value |
HAS_STATUSCODE() |
Determine if STATUSCODE has a value |
statusMessage¶
A message explaining why the association or disassociation failed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE 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_FAILEDASSOCIATIONRESULTLIST
¶
TYPES TT_FAILEDASSOCIATIONRESULTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2FAILASSOCIATIONRS WITH DEFAULT KEY
.