Class: Aws::Types::FailedDataSegmentDeletion
- Inherits:
-
Object
- Object
- Aws::Types::FailedDataSegmentDeletion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute end_timestamp.
-
#error_code ⇒ "INTERNAL_FAILURE", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#start_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute start_timestamp.
-
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
Instance Attribute Details
#end_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute end_timestamp.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def end |
#error_code ⇒ "INTERNAL_FAILURE", ...
Returns the value of attribute error_code.
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.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def end |
#start_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute start_timestamp.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def time_series_id @time_series_id end |