Class: Aws::EC2::Types::DeleteFleetError

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

Overview

Describes an EC2 Fleet error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code.

Returns:

  • (String)


13652
13653
13654
13655
13656
13657
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13652

class DeleteFleetError < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The description for the error code.

Returns:

  • (String)


13652
13653
13654
13655
13656
13657
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13652

class DeleteFleetError < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end