Class: Aws::Types::BatchUpdateJobError
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateJobError
- 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.
Instance Attribute Details
#code ⇒ "ConflictException", ...
Returns the value of attribute code.
547 548 549 |
# File 'sig/types.rbs', line 547 def code @code end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
544 545 546 |
# File 'sig/types.rbs', line 544 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
546 547 548 |
# File 'sig/types.rbs', line 546 def job_id @job_id end |
#message ⇒ ::String
Returns the value of attribute message.
548 549 550 |
# File 'sig/types.rbs', line 548 def @message end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
545 546 547 |
# File 'sig/types.rbs', line 545 def queue_id @queue_id end |