Class: Aws::Types::ExportTaskStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"CANCELLED", ...

Returns the value of attribute code.

Returns:

  • ("CANCELLED", "COMPLETED", "FAILED", "PENDING", "PENDING_CANCEL", "RUNNING")


819
820
821
# File 'sig/types.rbs', line 819

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


820
821
822
# File 'sig/types.rbs', line 820

def message
  @message
end