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
25152 25153 25154 25155 25156 25157 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25152 class InvalidInputException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
25152 25153 25154 25155 25156 25157 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25152 class InvalidInputException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |