Class: Aws::Types::AgentsAlreadyRunningAssessmentException
- Inherits:
-
Object
- Object
- Aws::Types::AgentsAlreadyRunningAssessmentException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agents ⇒ ::Array[Types::AgentAlreadyRunningAssessment]
Returns the value of attribute agents.
-
#agents_truncated ⇒ Boolean
Returns the value of attribute agents_truncated.
-
#can_retry ⇒ Boolean
Returns the value of attribute can_retry.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#agents ⇒ ::Array[Types::AgentAlreadyRunningAssessment]
Returns the value of attribute agents.
55 56 57 |
# File 'sig/types.rbs', line 55 def agents @agents end |
#agents_truncated ⇒ Boolean
Returns the value of attribute agents_truncated.
56 57 58 |
# File 'sig/types.rbs', line 56 def agents_truncated @agents_truncated end |
#can_retry ⇒ Boolean
Returns the value of attribute can_retry.
57 58 59 |
# File 'sig/types.rbs', line 57 def can_retry @can_retry end |
#message ⇒ ::String
Returns the value of attribute message.
54 55 56 |
# File 'sig/types.rbs', line 54 def @message end |