Class: Aws::Inspector::Types::AgentAlreadyRunningAssessment
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AgentAlreadyRunningAssessment
- Includes:
- Structure
- Defined in:
- 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
-
#agent_id ⇒ String
ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
-
#assessment_run_arn ⇒ String
The ARN of the assessment run that has already been started.
Instance Attribute Details
#agent_id ⇒ String
ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
84 85 86 87 88 89 |
# File 'lib/aws-sdk-inspector/types.rb', line 84 class AgentAlreadyRunningAssessment < Struct.new( :agent_id, :assessment_run_arn) SENSITIVE = [] include Aws::Structure end |
#assessment_run_arn ⇒ String
The ARN of the assessment run that has already been started.
84 85 86 87 88 89 |
# File 'lib/aws-sdk-inspector/types.rb', line 84 class AgentAlreadyRunningAssessment < Struct.new( :agent_id, :assessment_run_arn) SENSITIVE = [] include Aws::Structure end |