Class: Aws::Types::DeleteFleetError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"fleetIdDoesNotExist", ...

Returns the value of attribute code.

Returns:

  • ("fleetIdDoesNotExist", "fleetIdMalformed", "fleetNotInDeletableState", "unexpectedError")


4051
4052
4053
# File 'sig/types.rbs', line 4051

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


4052
4053
4054
# File 'sig/types.rbs', line 4052

def message
  @message
end