Class: Aws::Types::BatchGetSessionActionError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSessionActionError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "InternalServerErrorException", ...
Returns the value of attribute code.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#session_action_id ⇒ ::String
Returns the value of attribute session_action_id.
Instance Attribute Details
#code ⇒ "InternalServerErrorException", ...
Returns the value of attribute code.
306 307 308 |
# File 'sig/types.rbs', line 306 def code @code end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
302 303 304 |
# File 'sig/types.rbs', line 302 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
304 305 306 |
# File 'sig/types.rbs', line 304 def job_id @job_id end |
#message ⇒ ::String
Returns the value of attribute message.
307 308 309 |
# File 'sig/types.rbs', line 307 def @message end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
303 304 305 |
# File 'sig/types.rbs', line 303 def queue_id @queue_id end |
#session_action_id ⇒ ::String
Returns the value of attribute session_action_id.
305 306 307 |
# File 'sig/types.rbs', line 305 def session_action_id @session_action_id end |