Class: Aws::Types::BatchGetWorkerError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetWorkerError
- 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.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
Instance Attribute Details
#code ⇒ "InternalServerErrorException", ...
Returns the value of attribute code.
506 507 508 |
# File 'sig/types.rbs', line 506 def code @code end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
503 504 505 |
# File 'sig/types.rbs', line 503 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
504 505 506 |
# File 'sig/types.rbs', line 504 def fleet_id @fleet_id end |
#message ⇒ ::String
Returns the value of attribute message.
507 508 509 |
# File 'sig/types.rbs', line 507 def @message end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
505 506 507 |
# File 'sig/types.rbs', line 505 def worker_id @worker_id end |