Class: Aws::Types::BatchGetAssetPropertyAggregatesErrorInfo
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyAggregatesErrorInfo
- 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.
475 476 477 |
# File 'sig/types.rbs', line 475 def error_code @error_code end |
#error_timestamp ⇒ ::Time
Returns the value of attribute error_timestamp.
476 477 478 |
# File 'sig/types.rbs', line 476 def @error_timestamp end |