Class: Aws::Types::WAFInvalidParameterException
- Inherits:
-
Object
- Object
- Aws::Types::WAFInvalidParameterException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field ⇒ "CHANGE_ACTION", ...
Returns the value of attribute field.
-
#parameter ⇒ ::String
Returns the value of attribute parameter.
-
#reason ⇒ "INVALID_OPTION", ...
Returns the value of attribute reason.
Instance Attribute Details
#field ⇒ "CHANGE_ACTION", ...
Returns the value of attribute field.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def field @field end |
#parameter ⇒ ::String
Returns the value of attribute parameter.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def parameter @parameter end |
#reason ⇒ "INVALID_OPTION", ...
Returns the value of attribute reason.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def reason @reason end |