Struct aws_sdk_inspector::error::AssessmentRunInProgressException [−][src]
#[non_exhaustive]pub struct AssessmentRunInProgressException {
pub message: Option<String>,
pub assessment_run_arns: Option<Vec<String>>,
pub assessment_run_arns_truncated: Option<bool>,
pub can_retry: Option<bool>,
}Expand description
You cannot perform a specified action if an assessment run is currently in progress.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.message: Option<String>Details of the exception error.
assessment_run_arns: Option<Vec<String>>The ARNs of the assessment runs that are currently in progress.
assessment_run_arns_truncated: Option<bool>Boolean value that indicates whether the ARN list of the assessment runs is truncated.
can_retry: Option<bool>You can immediately retry your request.
Implementations
The ARNs of the assessment runs that are currently in progress.
Boolean value that indicates whether the ARN list of the assessment runs is truncated.
Creates a new builder-style object to manufacture AssessmentRunInProgressException
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for AssessmentRunInProgressException
impl Sync for AssessmentRunInProgressException
impl Unpin for AssessmentRunInProgressException
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
