Class: Aws::FMS::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::InvalidInputException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
The parameters of the request were invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-fms/types.rb', line 1893 class InvalidInputException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |