Class: Aws::NetworkFirewall::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
The operation failed because of a problem with your request. Examples include:
-
You specified an unsupported parameter name or value.
-
You tried to update a property with a value that isn’t among the available types.
-
Your request references an ARN that is malformed, or corresponds to a resource that isn’t valid in the context of the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2414 2415 2416 2417 2418 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2414 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |