Class: Aws::Types::BatchGetTaskError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetTaskError
- 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.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#code ⇒ "InternalServerErrorException", ...
Returns the value of attribute code.
457 458 459 |
# File 'sig/types.rbs', line 457 def code @code end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
452 453 454 |
# File 'sig/types.rbs', line 452 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
454 455 456 |
# File 'sig/types.rbs', line 454 def job_id @job_id end |
#message ⇒ ::String
Returns the value of attribute message.
458 459 460 |
# File 'sig/types.rbs', line 458 def @message end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
453 454 455 |
# File 'sig/types.rbs', line 453 def queue_id @queue_id end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
455 456 457 |
# File 'sig/types.rbs', line 455 def step_id @step_id end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
456 457 458 |
# File 'sig/types.rbs', line 456 def task_id @task_id end |