Class: Aws::Types::AssessmentRunInProgressException
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentRunInProgressException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_run_arns ⇒ ::Array[::String]
Returns the value of attribute assessment_run_arns.
-
#assessment_run_arns_truncated ⇒ Boolean
Returns the value of attribute assessment_run_arns_truncated.
-
#can_retry ⇒ Boolean
Returns the value of attribute can_retry.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#assessment_run_arns ⇒ ::Array[::String]
Returns the value of attribute assessment_run_arns.
104 105 106 |
# File 'sig/types.rbs', line 104 def assessment_run_arns @assessment_run_arns end |
#assessment_run_arns_truncated ⇒ Boolean
Returns the value of attribute assessment_run_arns_truncated.
105 106 107 |
# File 'sig/types.rbs', line 105 def assessment_run_arns_truncated @assessment_run_arns_truncated end |
#can_retry ⇒ Boolean
Returns the value of attribute can_retry.
106 107 108 |
# File 'sig/types.rbs', line 106 def can_retry @can_retry end |
#message ⇒ ::String
Returns the value of attribute message.
103 104 105 |
# File 'sig/types.rbs', line 103 def @message end |