Skip to content

/AWS1/CL_IN2FAILEDMEMBERACEC00

An object that contains details about a member account in your organization that failed to activate Amazon Inspector deep inspection.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_accountid TYPE /AWS1/IN2ACCOUNTID /AWS1/IN2ACCOUNTID

The unique identifier for the Amazon Web Services account of the organization member that failed to activate Amazon Inspector deep inspection.

Optional arguments:

iv_ec2scanstatus TYPE /AWS1/IN2STATUS /AWS1/IN2STATUS

The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.

iv_errormessage TYPE /AWS1/IN2NONEMPTYSTRING /AWS1/IN2NONEMPTYSTRING

The error message explaining why the account failed to activate Amazon Inspector deep inspection.


Queryable Attributes

accountId

The unique identifier for the Amazon Web Services account of the organization member that failed to activate Amazon Inspector deep inspection.

Accessible with the following methods

Method Description
GET_ACCOUNTID() Getter for ACCOUNTID, with configurable default
ASK_ACCOUNTID() Getter for ACCOUNTID w/ exceptions if field has no value
HAS_ACCOUNTID() Determine if ACCOUNTID has a value

ec2ScanStatus

The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.

Accessible with the following methods

Method Description
GET_EC2SCANSTATUS() Getter for EC2SCANSTATUS, with configurable default
ASK_EC2SCANSTATUS() Getter for EC2SCANSTATUS w/ exceptions if field has no value
HAS_EC2SCANSTATUS() Determine if EC2SCANSTATUS has a value

errorMessage

The error message explaining why the account failed to activate Amazon Inspector deep inspection.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_FAILEDMEMBERACEC2DEEPINSP00

TYPES TT_FAILEDMEMBERACEC2DEEPINSP00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2FAILEDMEMBERACEC00 WITH DEFAULT KEY
.