Class: Aws::Deadline::Types::JobAttachmentDetailsError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

The error code.

Returns:

  • (String)


4227
4228
4229
4230
4231
4232
4233
# File 'lib/aws-sdk-deadline/types.rb', line 4227

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

#job_idString

The job ID.

Returns:

  • (String)


4227
4228
4229
4230
4231
4232
4233
# File 'lib/aws-sdk-deadline/types.rb', line 4227

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

#messageString

The error message detailing the error’s cause.

Returns:

  • (String)


4227
4228
4229
4230
4231
4232
4233
# File 'lib/aws-sdk-deadline/types.rb', line 4227

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