Class: Aws::EC2::Types::UnsuccessfulItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::UnsuccessfulItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Information about items that were not successfully processed in a batch call.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #error  ⇒ Types::UnsuccessfulItemError 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the error.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the resource.
 
Instance Attribute Details
#error ⇒ Types::UnsuccessfulItemError
Information about the error.
      67180 67181 67182 67183 67184 67185  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 67180 class UnsuccessfulItem < Struct.new( :error, :resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
The ID of the resource.
      67180 67181 67182 67183 67184 67185  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 67180 class UnsuccessfulItem < Struct.new( :error, :resource_id) SENSITIVE = [] include Aws::Structure end  |