Class: Aws::CloudWatchLogs::Types::ExportTaskStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ExportTaskStatus
- 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
-
#code ⇒ String
The status code of the export task.
-
#message ⇒ String
The status message related to the status code.
Instance Attribute Details
#code ⇒ String
The status code of the export task.
2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2676 class ExportTaskStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The status message related to the status code.
2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2676 class ExportTaskStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |