Class: Aws::BCMDataExports::Types::ExecutionStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#completed_atTime

The time when the execution was completed.

Returns:

  • (Time)


171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-bcmdataexports/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_atTime

The time when the execution was created.

Returns:

  • (Time)


171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-bcmdataexports/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_atTime

The time when the execution was last updated.

Returns:

  • (Time)


171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-bcmdataexports/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_codeString

The code for the status of the execution.

Returns:

  • (String)


171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-bcmdataexports/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_reasonString

The reason for the failed status.

Returns:

  • (String)


171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-bcmdataexports/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