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)


26059
26060
26061
26062
26063
26064
# File 'lib/aws-sdk-securityhub/types.rb', line 26059

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

#messageString

Returns:

  • (String)


26059
26060
26061
26062
26063
26064
# File 'lib/aws-sdk-securityhub/types.rb', line 26059

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