Class: Aws::FMS::Types::InvalidTypeException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/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

#messageString

Returns:

  • (String)


1959
1960
1961
1962
1963
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1959

class InvalidTypeException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end