Class: Aws::FMS::Types::InvalidInputException

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

#messageString

Returns:

  • (String)


1893
1894
1895
1896
1897
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1893

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