Class: Aws::Types::DetailedError
- Inherits:
-
Object
- Object
- Aws::Types::DetailedError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "INCOMPATIBLE_COMPUTE_LOCATION", "INCOMPATIBLE_FORWARDING_CONFIGURATION"
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "INCOMPATIBLE_COMPUTE_LOCATION", "INCOMPATIBLE_FORWARDING_CONFIGURATION"
Returns the value of attribute code.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def @message end |