Class: Aws::SecurityHub::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::InvalidInputException
- 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
#code ⇒ 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 |
#message ⇒ 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 |