Class: Aws::MailManager::Types::ExportStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::ExportStatus
- 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
-
#completion_timestamp ⇒ Time
The timestamp of when the export job completed (if finished).
-
#error_message ⇒ String
An error message if the export job failed.
-
#state ⇒ String
The current state of the export job.
-
#submission_timestamp ⇒ Time
The timestamp of when the export job was submitted.
Instance Attribute Details
#completion_timestamp ⇒ Time
The timestamp of when the export job completed (if finished).
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_message ⇒ String
An error message if the export job failed.
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 |
#state ⇒ String
The current state of the export job.
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_timestamp ⇒ Time
The timestamp of when the export job was submitted.
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 |