You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

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)

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

#assessment_run_arnString

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

Returns:

  • (String)

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