Class: Aws::DataExchange::Types::JobError
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::JobError
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
An error that occurred with the job request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The code for the job error.
 - 
  
    
      #details  ⇒ Types::Details 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details about the job error.
 - 
  
    
      #limit_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the limit that was reached.
 - 
  
    
      #limit_value  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of the exceeded limit.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message related to the job error.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the resource related to the error.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of resource related to the error.
 
Instance Attribute Details
#code ⇒ String
The code for the job error.
      2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 2524 class JobError < Struct.new( :code, :details, :limit_name, :limit_value, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#details ⇒ Types::Details
The details about the job error.
      2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 2524 class JobError < Struct.new( :code, :details, :limit_name, :limit_value, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#limit_name ⇒ String
The name of the limit that was reached.
      2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 2524 class JobError < Struct.new( :code, :details, :limit_name, :limit_value, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#limit_value ⇒ Float
The value of the exceeded limit.
      2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 2524 class JobError < Struct.new( :code, :details, :limit_name, :limit_value, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The message related to the job error.
      2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 2524 class JobError < Struct.new( :code, :details, :limit_name, :limit_value, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
The unique identifier for the resource related to the error.
      2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 2524 class JobError < Struct.new( :code, :details, :limit_name, :limit_value, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The type of resource related to the error.
      2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 2524 class JobError < Struct.new( :code, :details, :limit_name, :limit_value, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  |