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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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.

Returns:

  • (String)


1991
1992
1993
1994
1995
1996
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1991

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

#messageString

The status message related to the status code.

Returns:

  • (String)


1991
1992
1993
1994
1995
1996
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1991

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