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

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

Overview

Describes an EC2 Fleet that was not successfully deleted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::DeleteFleetError

The error.



13671
13672
13673
13674
13675
13676
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13671

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

#fleet_idString

The ID of the EC2 Fleet.

Returns:

  • (String)


13671
13672
13673
13674
13675
13676
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13671

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