Class: Aws::Types::BatchUpdateTaskError
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateTaskError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "ConflictException", ...
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 ⇒ "ConflictException", ...
Returns the value of attribute code.
584 585 586 |
# File 'sig/types.rbs', line 584 def code @code end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
579 580 581 |
# File 'sig/types.rbs', line 579 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
581 582 583 |
# File 'sig/types.rbs', line 581 def job_id @job_id end |
#message ⇒ ::String
Returns the value of attribute message.
585 586 587 |
# File 'sig/types.rbs', line 585 def @message end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
580 581 582 |
# File 'sig/types.rbs', line 580 def queue_id @queue_id end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
582 583 584 |
# File 'sig/types.rbs', line 582 def step_id @step_id end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
583 584 585 |
# File 'sig/types.rbs', line 583 def task_id @task_id end |