Struct rusoto_inspector::AgentAlreadyRunningAssessment[][src]

pub struct AgentAlreadyRunningAssessment {
    pub agent_id: String,
    pub assessment_run_arn: String,
}

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.

Fields

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

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

Trait Implementations

impl Default for AgentAlreadyRunningAssessment
[src]

Returns the "default value" for a type. Read more

impl Debug for AgentAlreadyRunningAssessment
[src]

Formats the value using the given formatter. Read more

impl Clone for AgentAlreadyRunningAssessment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AgentAlreadyRunningAssessment
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations