You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the status of an export task.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The status code of the export task.

Possible values:

  • CANCELLED
  • COMPLETED
  • FAILED
  • PENDING
  • PENDING_CANCEL
  • RUNNING

Returns:

  • (String)

    The status code of the export task.

#messageString

The status message related to the status code.

Returns:

  • (String)

    The status message related to the status code.