Class: Aws::Types::ExportStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_timestamp::Time

Returns the value of attribute completion_timestamp.

Returns:

  • (::Time)


391
392
393
# File 'sig/types.rbs', line 391

def completion_timestamp
  @completion_timestamp
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def error_message
  @error_message
end

#state"QUEUED", ...

Returns the value of attribute state.

Returns:

  • ("QUEUED", "PREPROCESSING", "PROCESSING", "COMPLETED", "FAILED", "CANCELLED")


392
393
394
# File 'sig/types.rbs', line 392

def state
  @state
end

#submission_timestamp::Time

Returns the value of attribute submission_timestamp.

Returns:

  • (::Time)


390
391
392
# File 'sig/types.rbs', line 390

def submission_timestamp
  @submission_timestamp
end