Class: Aws::Types::AgentsAlreadyRunningAssessmentException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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_truncatedBoolean

Returns the value of attribute agents_truncated.

Returns:

  • (Boolean)


56
57
58
# File 'sig/types.rbs', line 56

def agents_truncated
  @agents_truncated
end

#can_retryBoolean

Returns the value of attribute can_retry.

Returns:

  • (Boolean)


57
58
59
# File 'sig/types.rbs', line 57

def can_retry
  @can_retry
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def message
  @message
end