Class: Aws::Deadline::Types::JobAttachmentDetailsError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::JobAttachmentDetailsError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The error details for job attachments.
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.
Instance Attribute Details
#code ⇒ String
The error code.
4276 4277 4278 4279 4280 4281 4282 |
# File 'lib/aws-sdk-deadline/types.rb', line 4276 class JobAttachmentDetailsError < Struct.new( :job_id, :code, :message) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID.
4276 4277 4278 4279 4280 4281 4282 |
# File 'lib/aws-sdk-deadline/types.rb', line 4276 class JobAttachmentDetailsError < Struct.new( :job_id, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message detailing the error’s cause.
4276 4277 4278 4279 4280 4281 4282 |
# File 'lib/aws-sdk-deadline/types.rb', line 4276 class JobAttachmentDetailsError < Struct.new( :job_id, :code, :message) SENSITIVE = [] include Aws::Structure end |