Class: Aws::BCMDataExports::Types::ExecutionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::ExecutionStatus
- Defined in:
- gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb
Overview
The status of the execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completed_at ⇒ Time
The time when the execution was completed.
-
#created_at ⇒ Time
The time when the execution was created.
-
#last_updated_at ⇒ Time
The time when the execution was last updated.
-
#status_code ⇒ String
The code for the status of the execution.
-
#status_reason ⇒ String
The reason for the failed status.
Instance Attribute Details
#completed_at ⇒ Time
The time when the execution was completed.
184 185 186 187 188 189 190 191 192 |
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 184 class ExecutionStatus < Struct.new( :status_code, :status_reason, :created_at, :completed_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time when the execution was created.
184 185 186 187 188 189 190 191 192 |
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 184 class ExecutionStatus < Struct.new( :status_code, :status_reason, :created_at, :completed_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The time when the execution was last updated.
184 185 186 187 188 189 190 191 192 |
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 184 class ExecutionStatus < Struct.new( :status_code, :status_reason, :created_at, :completed_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ String
The code for the status of the execution.
184 185 186 187 188 189 190 191 192 |
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 184 class ExecutionStatus < Struct.new( :status_code, :status_reason, :created_at, :completed_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the failed status.
184 185 186 187 188 189 190 191 192 |
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 184 class ExecutionStatus < Struct.new( :status_code, :status_reason, :created_at, :completed_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |