Class: Aws::BCMDataExports::Types::ExecutionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::ExecutionStatus
- Includes:
- Structure
- Defined in:
- 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.
171 172 173 174 175 176 177 178 179 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 171 class ExecutionStatus < Struct.new( :completed_at, :created_at, :last_updated_at, :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time when the execution was created.
171 172 173 174 175 176 177 178 179 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 171 class ExecutionStatus < Struct.new( :completed_at, :created_at, :last_updated_at, :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The time when the execution was last updated.
171 172 173 174 175 176 177 178 179 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 171 class ExecutionStatus < Struct.new( :completed_at, :created_at, :last_updated_at, :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ String
The code for the status of the execution.
171 172 173 174 175 176 177 178 179 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 171 class ExecutionStatus < Struct.new( :completed_at, :created_at, :last_updated_at, :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the failed status.
171 172 173 174 175 176 177 178 179 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 171 class ExecutionStatus < Struct.new( :completed_at, :created_at, :last_updated_at, :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |