Class: Aws::Types::BatchCreateFirewallRuleError
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateFirewallRuleError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#firewall_rule ⇒ Types::CreateFirewallRuleEntry
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.
68 69 70 |
# File 'sig/types.rbs', line 68 def code @code end |
#firewall_rule ⇒ Types::CreateFirewallRuleEntry
Returns the value of attribute firewall_rule.
67 68 69 |
# File 'sig/types.rbs', line 67 def firewall_rule @firewall_rule end |
#message ⇒ ::String
Returns the value of attribute message.
69 70 71 |
# File 'sig/types.rbs', line 69 def @message end |