/AWS1/CL_IN2STATE¶
An object that described the state of Amazon Inspector scans for an account.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/IN2STATUS /AWS1/IN2STATUS¶
The status of Amazon Inspector for the account.
iv_errorcode TYPE /AWS1/IN2ERRORCODE /AWS1/IN2ERRORCODE¶
The error code explaining why the account failed to enable Amazon Inspector.
iv_errormessage TYPE /AWS1/IN2NONEMPTYSTRING /AWS1/IN2NONEMPTYSTRING¶
The error message received when the account failed to enable Amazon Inspector.
Queryable Attributes¶
status¶
The status of Amazon Inspector for the account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
errorCode¶
The error code explaining why the account failed to enable Amazon Inspector.
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 |
errorMessage¶
The error message received when the account failed to enable Amazon Inspector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |