Class: Aws::Types::StepDetailsError
- Inherits:
-
Object
- Object
- Aws::Types::StepDetailsError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "AccessDeniedException", ...
Returns the value of attribute code.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
Instance Attribute Details
#code ⇒ "AccessDeniedException", ...
Returns the value of attribute code.
2937 2938 2939 |
# File 'sig/types.rbs', line 2937 def code @code end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2935 2936 2937 |
# File 'sig/types.rbs', line 2935 def job_id @job_id end |
#message ⇒ ::String
Returns the value of attribute message.
2938 2939 2940 |
# File 'sig/types.rbs', line 2938 def @message end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
2936 2937 2938 |
# File 'sig/types.rbs', line 2936 def step_id @step_id end |