Class: Aws::Inspector2::Types::FailedMemberAccountEc2DeepInspectionStatusState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::FailedMemberAccountEc2DeepInspectionStatusState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
An object that contains details about a member account in your organization that failed to activate Amazon Inspector deep inspection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The unique identifier for the Amazon Web Services account of the organization member that failed to activate Amazon Inspector deep inspection.
-
#ec2_scan_status ⇒ String
The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.
-
#error_message ⇒ String
The error message explaining why the account failed to activate Amazon Inspector deep inspection.
Instance Attribute Details
#account_id ⇒ String
The unique identifier for the Amazon Web Services account of the organization member that failed to activate Amazon Inspector deep inspection.
3183 3184 3185 3186 3187 3188 3189 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3183 class FailedMemberAccountEc2DeepInspectionStatusState < Struct.new( :account_id, :ec2_scan_status, :error_message) SENSITIVE = [] include Aws::Structure end |
#ec2_scan_status ⇒ String
The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.
3183 3184 3185 3186 3187 3188 3189 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3183 class FailedMemberAccountEc2DeepInspectionStatusState < Struct.new( :account_id, :ec2_scan_status, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message explaining why the account failed to activate Amazon Inspector deep inspection.
3183 3184 3185 3186 3187 3188 3189 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3183 class FailedMemberAccountEc2DeepInspectionStatusState < Struct.new( :account_id, :ec2_scan_status, :error_message) SENSITIVE = [] include Aws::Structure end |