Class: Aws::MailManager::Types::SearchStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::SearchStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
The current status of an archive search job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_timestamp ⇒ Time
The timestamp of when the search completed (if finished).
-
#error_message ⇒ String
An error message if the search failed.
-
#state ⇒ String
The current state of the search job.
-
#submission_timestamp ⇒ Time
The timestamp of when the search was submitted.
Instance Attribute Details
#completion_timestamp ⇒ Time
The timestamp of when the search completed (if finished).
3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3279 class SearchStatus < Struct.new( :completion_timestamp, :error_message, :state, :submission_timestamp) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
An error message if the search failed.
3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3279 class SearchStatus < Struct.new( :completion_timestamp, :error_message, :state, :submission_timestamp) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the search job.
3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3279 class SearchStatus < Struct.new( :completion_timestamp, :error_message, :state, :submission_timestamp) SENSITIVE = [] include Aws::Structure end |
#submission_timestamp ⇒ Time
The timestamp of when the search was submitted.
3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3279 class SearchStatus < Struct.new( :completion_timestamp, :error_message, :state, :submission_timestamp) SENSITIVE = [] include Aws::Structure end |