Class: Aws::Types::CodeError
- Inherits:
-
Object
- Object
- Aws::Types::CodeError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_type ⇒ ::String
Returns the value of attribute error_type.
-
#location ⇒ Types::CodeErrorLocation
Returns the value of attribute location.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#error_type ⇒ ::String
Returns the value of attribute error_type.
181 182 183 |
# File 'sig/types.rbs', line 181 def error_type @error_type end |
#location ⇒ Types::CodeErrorLocation
Returns the value of attribute location.
183 184 185 |
# File 'sig/types.rbs', line 183 def location @location end |
#value ⇒ ::String
Returns the value of attribute value.
182 183 184 |
# File 'sig/types.rbs', line 182 def value @value end |