Class: Aws::Types::FailedMemberAccountEc2DeepInspectionStatusState
- Inherits:
-
Object
- Object
- Aws::Types::FailedMemberAccountEc2DeepInspectionStatusState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#ec2_scan_status ⇒ "ENABLING", ...
Returns the value of attribute ec2_scan_status.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def account_id @account_id end |
#ec2_scan_status ⇒ "ENABLING", ...
Returns the value of attribute ec2_scan_status.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def ec2_scan_status @ec2_scan_status end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def @error_message end |