Class: Aws::Types::BatchGetSessionError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSessionError
- 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_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#code ⇒ "InternalServerErrorException", ...
Returns the value of attribute code.
354 355 356 |
# File 'sig/types.rbs', line 354 def code @code end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
350 351 352 |
# File 'sig/types.rbs', line 350 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
352 353 354 |
# File 'sig/types.rbs', line 352 def job_id @job_id end |
#message ⇒ ::String
Returns the value of attribute message.
355 356 357 |
# File 'sig/types.rbs', line 355 def @message end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
351 352 353 |
# File 'sig/types.rbs', line 351 def queue_id @queue_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
353 354 355 |
# File 'sig/types.rbs', line 353 def session_id @session_id end |