Class: Aws::Types::CaseRuleError
- Inherits:
-
Object
- Object
- Aws::Types::CaseRuleError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
179 180 181 |
# File 'sig/types.rbs', line 179 def error_code @error_code end |
#id ⇒ ::String
Returns the value of attribute id.
178 179 180 |
# File 'sig/types.rbs', line 178 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
180 181 182 |
# File 'sig/types.rbs', line 180 def @message end |