Class: Aws::Deadline::Types::StepDetailsError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::StepDetailsError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The details of the step error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code.
-
#job_id ⇒ String
The job ID.
-
#message ⇒ String
The error message detailing the error’s cause.
-
#step_id ⇒ String
The step ID.
Instance Attribute Details
#code ⇒ String
The error code.
7899 7900 7901 7902 7903 7904 7905 7906 |
# File 'lib/aws-sdk-deadline/types.rb', line 7899 class StepDetailsError < Struct.new( :job_id, :step_id, :code, :message) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID.
7899 7900 7901 7902 7903 7904 7905 7906 |
# File 'lib/aws-sdk-deadline/types.rb', line 7899 class StepDetailsError < Struct.new( :job_id, :step_id, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message detailing the error’s cause.
7899 7900 7901 7902 7903 7904 7905 7906 |
# File 'lib/aws-sdk-deadline/types.rb', line 7899 class StepDetailsError < Struct.new( :job_id, :step_id, :code, :message) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The step ID.
7899 7900 7901 7902 7903 7904 7905 7906 |
# File 'lib/aws-sdk-deadline/types.rb', line 7899 class StepDetailsError < Struct.new( :job_id, :step_id, :code, :message) SENSITIVE = [] include Aws::Structure end |