Class: Aws::IoTSiteWise::Types::FailedDataSegmentDeletion

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#end_timestampTypes::TimeInNanos

The nanosecond-precision end time of the data segment.

Returns:



9047
9048
9049
9050
9051
9052
9053
9054
9055
# File '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_codeString

The error code for the failed deletion.

Returns:

  • (String)


9047
9048
9049
9050
9051
9052
9053
9054
9055
# File '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_messageString

The error message for the failed deletion.

Returns:

  • (String)


9047
9048
9049
9050
9051
9052
9053
9054
9055
# File '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_timestampTypes::TimeInNanos

The nanosecond-precision start time of the data segment.

Returns:



9047
9048
9049
9050
9051
9052
9053
9054
9055
# File '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_idString

The ID of the time series.

Returns:

  • (String)


9047
9048
9049
9050
9051
9052
9053
9054
9055
# File '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