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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-mailmanager/types.rb', line 994

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)


994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-mailmanager/types.rb', line 994

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)


994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-mailmanager/types.rb', line 994

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)


994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-mailmanager/types.rb', line 994

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