Class: Aws::Deadline::Types::GetJobEntityError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetJobEntityError
- Includes:
- Structure, Structure::Union
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
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.
Direct Known Subclasses
EnvironmentDetails, JobAttachmentDetails, JobDetails, StepDetails, Unknown
Defined Under Namespace
Classes: EnvironmentDetails, JobAttachmentDetails, JobDetails, StepDetails, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_details ⇒ Types::EnvironmentDetailsError
The environment details for the failed job entity.
-
#job_attachment_details ⇒ Types::JobAttachmentDetailsError
The job attachment details for the failed job entity.
-
#job_details ⇒ Types::JobDetailsError
The job details for the failed job entity.
-
#step_details ⇒ Types::StepDetailsError
The step details for the failed job entity.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#environment_details ⇒ Types::EnvironmentDetailsError
The environment details for the failed job entity.
2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 |
# File 'lib/aws-sdk-deadline/types.rb', line 2924 class GetJobEntityError < Struct.new( :job_details, :job_attachment_details, :step_details, :environment_details, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class JobDetails < GetJobEntityError; end class JobAttachmentDetails < GetJobEntityError; end class StepDetails < GetJobEntityError; end class EnvironmentDetails < GetJobEntityError; end class Unknown < GetJobEntityError; end end |
#job_attachment_details ⇒ Types::JobAttachmentDetailsError
The job attachment details for the failed job entity.
2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 |
# File 'lib/aws-sdk-deadline/types.rb', line 2924 class GetJobEntityError < Struct.new( :job_details, :job_attachment_details, :step_details, :environment_details, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class JobDetails < GetJobEntityError; end class JobAttachmentDetails < GetJobEntityError; end class StepDetails < GetJobEntityError; end class EnvironmentDetails < GetJobEntityError; end class Unknown < GetJobEntityError; end end |
#job_details ⇒ Types::JobDetailsError
The job details for the failed job entity.
2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 |
# File 'lib/aws-sdk-deadline/types.rb', line 2924 class GetJobEntityError < Struct.new( :job_details, :job_attachment_details, :step_details, :environment_details, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class JobDetails < GetJobEntityError; end class JobAttachmentDetails < GetJobEntityError; end class StepDetails < GetJobEntityError; end class EnvironmentDetails < GetJobEntityError; end class Unknown < GetJobEntityError; end end |
#step_details ⇒ Types::StepDetailsError
The step details for the failed job entity.
2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 |
# File 'lib/aws-sdk-deadline/types.rb', line 2924 class GetJobEntityError < Struct.new( :job_details, :job_attachment_details, :step_details, :environment_details, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class JobDetails < GetJobEntityError; end class JobAttachmentDetails < GetJobEntityError; end class StepDetails < GetJobEntityError; end class EnvironmentDetails < GetJobEntityError; end class Unknown < GetJobEntityError; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
2924 2925 2926 |
# File 'lib/aws-sdk-deadline/types.rb', line 2924 def unknown @unknown end |