Class: Aws::Types::RuleUpdateFailure
- Inherits:
-
Object
- Object
- Aws::Types::RuleUpdateFailure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#rule_identifier ⇒ ::String
Returns the value of attribute rule_identifier.
Instance Attribute Details
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def failure_code @failure_code end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def @failure_message end |
#rule_identifier ⇒ ::String
Returns the value of attribute rule_identifier.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def rule_identifier @rule_identifier end |