Class: Aws::Types::BatchPutAssetPropertyError
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutAssetPropertyError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "ResourceNotFoundException", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#timestamps ⇒ ::Array[Types::TimeInNanos]
Returns the value of attribute timestamps.
Instance Attribute Details
#error_code ⇒ "ResourceNotFoundException", ...
Returns the value of attribute error_code.
610 611 612 |
# File 'sig/types.rbs', line 610 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
611 612 613 |
# File 'sig/types.rbs', line 611 def @error_message end |
#timestamps ⇒ ::Array[Types::TimeInNanos]
Returns the value of attribute timestamps.
612 613 614 |
# File 'sig/types.rbs', line 612 def @timestamps end |