Class: Aws::Deadline::Types::GetJobEntityError

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

Overview

Note:

GetJobEntityError is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of GetJobEntityError corresponding to the set member.

The error for the job entity.

Defined Under Namespace

Classes: EnvironmentDetails, JobAttachmentDetails, JobDetails, StepDetails, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_detailsTypes::EnvironmentDetailsError

The environment details for the failed job entity.



2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2786

class GetJobEntityError < Struct.new(
  :environment_details,
  :job_attachment_details,
  :job_details,
  :step_details,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class EnvironmentDetails < GetJobEntityError; end
  class JobAttachmentDetails < GetJobEntityError; end
  class JobDetails < GetJobEntityError; end
  class StepDetails < GetJobEntityError; end
  class Unknown < GetJobEntityError; end
end

#job_attachment_detailsTypes::JobAttachmentDetailsError

The job attachment details for the failed job entity.



2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2786

class GetJobEntityError < Struct.new(
  :environment_details,
  :job_attachment_details,
  :job_details,
  :step_details,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class EnvironmentDetails < GetJobEntityError; end
  class JobAttachmentDetails < GetJobEntityError; end
  class JobDetails < GetJobEntityError; end
  class StepDetails < GetJobEntityError; end
  class Unknown < GetJobEntityError; end
end

#job_detailsTypes::JobDetailsError

The job details for the failed job entity.



2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2786

class GetJobEntityError < Struct.new(
  :environment_details,
  :job_attachment_details,
  :job_details,
  :step_details,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class EnvironmentDetails < GetJobEntityError; end
  class JobAttachmentDetails < GetJobEntityError; end
  class JobDetails < GetJobEntityError; end
  class StepDetails < GetJobEntityError; end
  class Unknown < GetJobEntityError; end
end

#step_detailsTypes::StepDetailsError

The step details for the failed job entity.



2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2786

class GetJobEntityError < Struct.new(
  :environment_details,
  :job_attachment_details,
  :job_details,
  :step_details,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class EnvironmentDetails < GetJobEntityError; end
  class JobAttachmentDetails < GetJobEntityError; end
  class JobDetails < GetJobEntityError; end
  class StepDetails < GetJobEntityError; end
  class Unknown < GetJobEntityError; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



2786
2787
2788
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2786

def unknown
  @unknown
end