Class: Aws::CloudWatchLogs::Types::ExportTaskStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Represents the status of an export task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The status code of the export task.



2898
2899
2900
2901
2902
2903
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2898

class ExportTaskStatus < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The status message related to the status code.



2898
2899
2900
2901
2902
2903
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2898

class ExportTaskStatus < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end