Class: Aws::Types::BatchGetAssetPropertyAggregatesErrorEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyAggregatesErrorEntry
- 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.
470 471 472 |
# File 'sig/types.rbs', line 470 def entry_id @entry_id end |
#error_code ⇒ "ResourceNotFoundException", ...
Returns the value of attribute error_code.
468 469 470 |
# File 'sig/types.rbs', line 468 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
469 470 471 |
# File 'sig/types.rbs', line 469 def @error_message end |