Class: Aws::FMS::Types::InvalidTypeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::InvalidTypeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
The value of the ‘Type` parameter is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1961 1962 1963 1964 1965 |
# File 'lib/aws-sdk-fms/types.rb', line 1961 class InvalidTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |