Class: Aws::MailManager::Types::SearchStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::SearchStatus
- Defined in:
- gems/aws-sdk-mailmanager/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).
4282 4283 4284 4285 4286 4287 4288 4289 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4282 class SearchStatus < Struct.new( :submission_timestamp, :completion_timestamp, :state, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
An error message if the search failed.
4282 4283 4284 4285 4286 4287 4288 4289 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4282 class SearchStatus < Struct.new( :submission_timestamp, :completion_timestamp, :state, :error_message) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the search job.
4282 4283 4284 4285 4286 4287 4288 4289 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4282 class SearchStatus < Struct.new( :submission_timestamp, :completion_timestamp, :state, :error_message) SENSITIVE = [] include Aws::Structure end |
#submission_timestamp ⇒ Time
The timestamp of when the search was submitted.
4282 4283 4284 4285 4286 4287 4288 4289 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4282 class SearchStatus < Struct.new( :submission_timestamp, :completion_timestamp, :state, :error_message) SENSITIVE = [] include Aws::Structure end |