Class: Aws::IoTSiteWise::Types::FailedDataSegmentDeletion
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::FailedDataSegmentDeletion
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Contains error information for a data segment deletion that failed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_timestamp ⇒ Types::TimeInNanos
The nanosecond-precision end time of the data segment.
-
#error_code ⇒ String
The error code for the failed deletion.
-
#error_message ⇒ String
The error message for the failed deletion.
-
#start_timestamp ⇒ Types::TimeInNanos
The nanosecond-precision start time of the data segment.
-
#time_series_id ⇒ String
The ID of the time series.
Instance Attribute Details
#end_timestamp ⇒ Types::TimeInNanos
The nanosecond-precision end time of the data segment.
9047 9048 9049 9050 9051 9052 9053 9054 9055 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9047 class FailedDataSegmentDeletion < Struct.new( :time_series_id, :start_timestamp, :end_timestamp, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code for the failed deletion.
9047 9048 9049 9050 9051 9052 9053 9054 9055 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9047 class FailedDataSegmentDeletion < Struct.new( :time_series_id, :start_timestamp, :end_timestamp, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message for the failed deletion.
9047 9048 9049 9050 9051 9052 9053 9054 9055 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9047 class FailedDataSegmentDeletion < Struct.new( :time_series_id, :start_timestamp, :end_timestamp, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#start_timestamp ⇒ Types::TimeInNanos
The nanosecond-precision start time of the data segment.
9047 9048 9049 9050 9051 9052 9053 9054 9055 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9047 class FailedDataSegmentDeletion < Struct.new( :time_series_id, :start_timestamp, :end_timestamp, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#time_series_id ⇒ String
The ID of the time series.
9047 9048 9049 9050 9051 9052 9053 9054 9055 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9047 class FailedDataSegmentDeletion < Struct.new( :time_series_id, :start_timestamp, :end_timestamp, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |