Class: Aws::Types::WAFInvalidParameterException
- Inherits:
-
Object
- Object
- Aws::Types::WAFInvalidParameterException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field ⇒ "WEB_ACL", ...
Returns the value of attribute field.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#parameter ⇒ ::String
Returns the value of attribute parameter.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#field ⇒ "WEB_ACL", ...
Returns the value of attribute field.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def field @field end |
#message ⇒ ::String
Returns the value of attribute message.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def @message end |
#parameter ⇒ ::String
Returns the value of attribute parameter.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def parameter @parameter end |
#reason ⇒ ::String
Returns the value of attribute reason.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def reason @reason end |