Class: Aws::Types::FunctionCodeLocationError
- Inherits:
-
Object
- Object
- Aws::Types::FunctionCodeLocationError
- 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.
843 844 845 |
# File 'sig/types.rbs', line 843 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
844 845 846 |
# File 'sig/types.rbs', line 844 def @message end |