Class: Aws::Types::BatchGetAssetPropertyValueErrorEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyValueErrorEntry
- 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.
519 520 521 |
# File 'sig/types.rbs', line 519 def entry_id @entry_id end |
#error_code ⇒ "ResourceNotFoundException", ...
Returns the value of attribute error_code.
517 518 519 |
# File 'sig/types.rbs', line 517 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
518 519 520 |
# File 'sig/types.rbs', line 518 def @error_message end |