Class: Aws::Types::ImageConfigError
- Inherits:
-
Object
- Object
- Aws::Types::ImageConfigError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def @message end |