Class: Aws::Types::BatchGetJobError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetJobError
- 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.
Instance Attribute Details
#code ⇒ "InternalServerErrorException", ...
Returns the value of attribute code.
249 250 251 |
# File 'sig/types.rbs', line 249 def code @code end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
246 247 248 |
# File 'sig/types.rbs', line 246 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
248 249 250 |
# File 'sig/types.rbs', line 248 def job_id @job_id end |
#message ⇒ ::String
Returns the value of attribute message.
250 251 252 |
# File 'sig/types.rbs', line 250 def @message end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
247 248 249 |
# File 'sig/types.rbs', line 247 def queue_id @queue_id end |