Class: Aws::MailManager::Types::ExportStatus

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

Overview

The current status of an archive export job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completion_timestampTime

The timestamp of when the export job completed (if finished).

Returns:

  • (Time)


931
932
933
934
935
936
937
938
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 931

class ExportStatus < Struct.new(
  :completion_timestamp,
  :error_message,
  :state,
  :submission_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

An error message if the export job failed.

Returns:

  • (String)


931
932
933
934
935
936
937
938
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 931

class ExportStatus < Struct.new(
  :completion_timestamp,
  :error_message,
  :state,
  :submission_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the export job.

Returns:

  • (String)


931
932
933
934
935
936
937
938
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 931

class ExportStatus < Struct.new(
  :completion_timestamp,
  :error_message,
  :state,
  :submission_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#submission_timestampTime

The timestamp of when the export job was submitted.

Returns:

  • (Time)


931
932
933
934
935
936
937
938
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 931

class ExportStatus < Struct.new(
  :completion_timestamp,
  :error_message,
  :state,
  :submission_timestamp)
  SENSITIVE = []
  include Aws::Structure
end