Class: Aws::Deadline::Types::StepDetailsError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

The details of the step error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code.

Returns:

  • (String)


7627
7628
7629
7630
7631
7632
7633
7634
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7627

class StepDetailsError < Struct.new(
  :code,
  :job_id,
  :message,
  :step_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The job ID.

Returns:

  • (String)


7627
7628
7629
7630
7631
7632
7633
7634
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7627

class StepDetailsError < Struct.new(
  :code,
  :job_id,
  :message,
  :step_id)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message detailing the error's cause.

Returns:

  • (String)


7627
7628
7629
7630
7631
7632
7633
7634
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7627

class StepDetailsError < Struct.new(
  :code,
  :job_id,
  :message,
  :step_id)
  SENSITIVE = []
  include Aws::Structure
end

#step_idString

The step ID.

Returns:

  • (String)


7627
7628
7629
7630
7631
7632
7633
7634
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7627

class StepDetailsError < Struct.new(
  :code,
  :job_id,
  :message,
  :step_id)
  SENSITIVE = []
  include Aws::Structure
end