Class: Aws::Inspector::Types::AgentAlreadyRunningAssessment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

Overview

Used in the exception error that is thrown if you start an assessment run for an assessment target that includes an EC2 instance that is already participating in another started assessment run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.

Returns:

  • (String)


84
85
86
87
88
89
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 84

class AgentAlreadyRunningAssessment < Struct.new(
  :agent_id,
  :assessment_run_arn)
  SENSITIVE = []
  include Aws::Structure
end

#assessment_run_arnString

The ARN of the assessment run that has already been started.

Returns:

  • (String)


84
85
86
87
88
89
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 84

class AgentAlreadyRunningAssessment < Struct.new(
  :agent_id,
  :assessment_run_arn)
  SENSITIVE = []
  include Aws::Structure
end