You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes an EC2 Fleet error.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code.

Possible values:

  • fleetIdDoesNotExist
  • fleetIdMalformed
  • fleetNotInDeletableState
  • unexpectedError

Returns:

  • (String)

    The error code.

#messageString

The description for the error code.

Returns:

  • (String)

    The description for the error code.