Class: Aws::SecurityHub::Types::InvalidInputException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

The request was rejected because you supplied an invalid or out-of-range value for an input parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


26066
26067
26068
26069
26070
26071
# File 'lib/aws-sdk-securityhub/types.rb', line 26066

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

#messageString

Returns:

  • (String)


26066
26067
26068
26069
26070
26071
# File 'lib/aws-sdk-securityhub/types.rb', line 26066

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