Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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