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

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


25993
25994
25995
25996
25997
25998
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25993

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

#messageString

Returns:

  • (String)


25993
25994
25995
25996
25997
25998
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25993

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