Class: Aws::Inspector::Types::AssessmentRunInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AssessmentRunInProgressException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
You cannot perform a specified action if an assessment run is currently in progress.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_run_arns ⇒ Array<String>
The ARNs of the assessment runs that are currently in progress.
-
#assessment_run_arns_truncated ⇒ Boolean
Boolean value that indicates whether the ARN list of the assessment runs is truncated.
-
#can_retry ⇒ Boolean
You can immediately retry your request.
-
#message ⇒ String
Details of the exception error.
Instance Attribute Details
#assessment_run_arns ⇒ Array<String>
The ARNs of the assessment runs that are currently in progress.
420 421 422 423 424 425 426 427 |
# File 'lib/aws-sdk-inspector/types.rb', line 420 class AssessmentRunInProgressException < Struct.new( :message, :assessment_run_arns, :assessment_run_arns_truncated, :can_retry) SENSITIVE = [] include Aws::Structure end |
#assessment_run_arns_truncated ⇒ Boolean
Boolean value that indicates whether the ARN list of the assessment runs is truncated.
420 421 422 423 424 425 426 427 |
# File 'lib/aws-sdk-inspector/types.rb', line 420 class AssessmentRunInProgressException < Struct.new( :message, :assessment_run_arns, :assessment_run_arns_truncated, :can_retry) SENSITIVE = [] include Aws::Structure end |
#can_retry ⇒ Boolean
You can immediately retry your request.
420 421 422 423 424 425 426 427 |
# File 'lib/aws-sdk-inspector/types.rb', line 420 class AssessmentRunInProgressException < Struct.new( :message, :assessment_run_arns, :assessment_run_arns_truncated, :can_retry) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Details of the exception error.
420 421 422 423 424 425 426 427 |
# File 'lib/aws-sdk-inspector/types.rb', line 420 class AssessmentRunInProgressException < Struct.new( :message, :assessment_run_arns, :assessment_run_arns_truncated, :can_retry) SENSITIVE = [] include Aws::Structure end |