Class: Aws::Types::SnapshotJobErrorInfo
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotJobErrorInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#error_type ⇒ ::String
Returns the value of attribute error_type.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
10308 10309 10310 |
# File 'sig/types.rbs', line 10308 def @error_message end |
#error_type ⇒ ::String
Returns the value of attribute error_type.
10309 10310 10311 |
# File 'sig/types.rbs', line 10309 def error_type @error_type end |