Class: Aws::Types::BatchDeleteFirewallRuleError
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteFirewallRuleError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#firewall_rule ⇒ Types::DeleteFirewallRuleEntry
Returns the value of attribute firewall_rule.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
86 87 88 |
# File 'sig/types.rbs', line 86 def code @code end |
#firewall_rule ⇒ Types::DeleteFirewallRuleEntry
Returns the value of attribute firewall_rule.
85 86 87 |
# File 'sig/types.rbs', line 85 def firewall_rule @firewall_rule end |
#message ⇒ ::String
Returns the value of attribute message.
87 88 89 |
# File 'sig/types.rbs', line 87 def @message end |