Class: Aws::EC2::Types::DeleteFleetErrorItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeleteFleetErrorItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an EC2 Fleet that was not successfully deleted.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #error  ⇒ Types::DeleteFleetError 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The error.
 - 
  
    
      #fleet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the EC2 Fleet.
 
Instance Attribute Details
#error ⇒ Types::DeleteFleetError
The error.
      15148 15149 15150 15151 15152 15153  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 15148 class DeleteFleetErrorItem < Struct.new( :error, :fleet_id) SENSITIVE = [] include Aws::Structure end  | 
  
#fleet_id ⇒ String
The ID of the EC2 Fleet.
      15148 15149 15150 15151 15152 15153  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 15148 class DeleteFleetErrorItem < Struct.new( :error, :fleet_id) SENSITIVE = [] include Aws::Structure end  |