Class: Aws::Types::BatchGetStepError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetStepError
- 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.
Instance Attribute Details
#code ⇒ "InternalServerErrorException", ...
Returns the value of attribute code.
402 403 404 |
# File 'sig/types.rbs', line 402 def code @code end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
398 399 400 |
# File 'sig/types.rbs', line 398 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
400 401 402 |
# File 'sig/types.rbs', line 400 def job_id @job_id end |
#message ⇒ ::String
Returns the value of attribute message.
403 404 405 |
# File 'sig/types.rbs', line 403 def @message end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
399 400 401 |
# File 'sig/types.rbs', line 399 def queue_id @queue_id end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
401 402 403 |
# File 'sig/types.rbs', line 401 def step_id @step_id end |