Class: Aws::IoTSiteWise::Types::FailedDataSegmentDisassociation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

Contains error information for a data segment disassociation that failed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timestampTypes::TimeInNanos

The nanosecond-precision end time of the data segment.

Returns:



9130
9131
9132
9133
9134
9135
9136
9137
9138
9139
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9130

class FailedDataSegmentDisassociation < Struct.new(
  :source_dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_codeString

The error code for the failed disassociation.

Returns:

  • (String)


9130
9131
9132
9133
9134
9135
9136
9137
9138
9139
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9130

class FailedDataSegmentDisassociation < Struct.new(
  :source_dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message for the failed disassociation.

Returns:

  • (String)


9130
9131
9132
9133
9134
9135
9136
9137
9138
9139
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9130

class FailedDataSegmentDisassociation < Struct.new(
  :source_dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#source_dataset_idString

The ID of the source dataset.

Returns:

  • (String)


9130
9131
9132
9133
9134
9135
9136
9137
9138
9139
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9130

class FailedDataSegmentDisassociation < Struct.new(
  :source_dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#start_timestampTypes::TimeInNanos

The nanosecond-precision start time of the data segment.

Returns:



9130
9131
9132
9133
9134
9135
9136
9137
9138
9139
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9130

class FailedDataSegmentDisassociation < Struct.new(
  :source_dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#time_series_idString

The ID of the time series.

Returns:

  • (String)


9130
9131
9132
9133
9134
9135
9136
9137
9138
9139
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9130

class FailedDataSegmentDisassociation < Struct.new(
  :source_dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end