Class: Aws::Types::BatchGetAssetPropertyValueHistoryErrorEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyValueHistoryErrorEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
-
#error_code ⇒ "ResourceNotFoundException", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
544 545 546 |
# File 'sig/types.rbs', line 544 def entry_id @entry_id end |
#error_code ⇒ "ResourceNotFoundException", ...
Returns the value of attribute error_code.
542 543 544 |
# File 'sig/types.rbs', line 542 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
543 544 545 |
# File 'sig/types.rbs', line 543 def @error_message end |