Class: Aws::Inspector2::Types::FailedMemberAccountEc2DeepInspectionStatusState

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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

Instance Attribute Details

#account_idString

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

Returns:

  • (String)


3173
3174
3175
3176
3177
3178
3179
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3173

class FailedMemberAccountEc2DeepInspectionStatusState < Struct.new(
  :account_id,
  :ec2_scan_status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#ec2_scan_statusString

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

Returns:

  • (String)


3173
3174
3175
3176
3177
3178
3179
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3173

class FailedMemberAccountEc2DeepInspectionStatusState < Struct.new(
  :account_id,
  :ec2_scan_status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

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

Returns:

  • (String)


3173
3174
3175
3176
3177
3178
3179
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3173

class FailedMemberAccountEc2DeepInspectionStatusState < Struct.new(
  :account_id,
  :ec2_scan_status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end