Class: Aws::EC2::Types::DeleteFleetErrorItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes an EC2 Fleet that was not successfully deleted.

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::DeleteFleetError

The error.



7795
7796
7797
7798
7799
# File 'lib/aws-sdk-ec2/types.rb', line 7795

class DeleteFleetErrorItem < Struct.new(
  :error,
  :fleet_id)
  include Aws::Structure
end

#fleet_idString

The ID of the EC2 Fleet.

Returns:

  • (String)


7795
7796
7797
7798
7799
# File 'lib/aws-sdk-ec2/types.rb', line 7795

class DeleteFleetErrorItem < Struct.new(
  :error,
  :fleet_id)
  include Aws::Structure
end