Class: Aws::Deadline::Types::JobAttachmentDetailsError
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Deadline::Types::JobAttachmentDetailsError
 
- Defined in:
- gems/aws-sdk-deadline/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.
| 4802 4803 4804 4805 4806 4807 4808 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4802 class JobAttachmentDetailsError < Struct.new( :job_id, :code, :message) SENSITIVE = [] include Aws::Structure end | 
#job_id ⇒ String
The job ID.
| 4802 4803 4804 4805 4806 4807 4808 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4802 class JobAttachmentDetailsError < Struct.new( :job_id, :code, :message) SENSITIVE = [] include Aws::Structure end | 
#message ⇒ String
The error message detailing the error's cause.
| 4802 4803 4804 4805 4806 4807 4808 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4802 class JobAttachmentDetailsError < Struct.new( :job_id, :code, :message) SENSITIVE = [] include Aws::Structure end |