Class: Aws::Types::BatchGetAssetPropertyValueHistoryErrorInfo
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyValueHistoryErrorInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "ResourceNotFoundException", ...
Returns the value of attribute error_code.
-
#error_timestamp ⇒ ::Time
Returns the value of attribute error_timestamp.
Instance Attribute Details
#error_code ⇒ "ResourceNotFoundException", ...
Returns the value of attribute error_code.
549 550 551 |
# File 'sig/types.rbs', line 549 def error_code @error_code end |
#error_timestamp ⇒ ::Time
Returns the value of attribute error_timestamp.
550 551 552 |
# File 'sig/types.rbs', line 550 def @error_timestamp end |