Class: Aws::Types::FailedDataSegmentDisassociation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_timestampTypes::TimeInNanos

Returns the value of attribute end_timestamp.

Returns:



2211
2212
2213
# File 'sig/types.rbs', line 2211

def end_timestamp
  @end_timestamp
end

#error_code"INTERNAL_FAILURE", ...

Returns the value of attribute error_code.

Returns:

  • ("INTERNAL_FAILURE", "VALIDATION_ERROR", "RESOURCE_NOT_FOUND", "LIMIT_EXCEEDED", "CONFLICTING_OPERATION")


2212
2213
2214
# File 'sig/types.rbs', line 2212

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


2213
2214
2215
# File 'sig/types.rbs', line 2213

def error_message
  @error_message
end

#source_dataset_id::String

Returns the value of attribute source_dataset_id.

Returns:

  • (::String)


2208
2209
2210
# File 'sig/types.rbs', line 2208

def source_dataset_id
  @source_dataset_id
end

#start_timestampTypes::TimeInNanos

Returns the value of attribute start_timestamp.

Returns:



2210
2211
2212
# File 'sig/types.rbs', line 2210

def start_timestamp
  @start_timestamp
end

#time_series_id::String

Returns the value of attribute time_series_id.

Returns:

  • (::String)


2209
2210
2211
# File 'sig/types.rbs', line 2209

def time_series_id
  @time_series_id
end