Class: Aws::Inspector::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::InvalidInputException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#can_retry ⇒ Boolean
You can immediately retry your request.
-
#error_code ⇒ String
Code that indicates the type of error that is generated.
-
#message ⇒ String
Details of the exception error.
Instance Attribute Details
#can_retry ⇒ Boolean
You can immediately retry your request.
1674 1675 1676 1677 1678 1679 1680 |
# File 'lib/aws-sdk-inspector/types.rb', line 1674 class InvalidInputException < Struct.new( :message, :error_code, :can_retry) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
Code that indicates the type of error that is generated.
1674 1675 1676 1677 1678 1679 1680 |
# File 'lib/aws-sdk-inspector/types.rb', line 1674 class InvalidInputException < Struct.new( :message, :error_code, :can_retry) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Details of the exception error.
1674 1675 1676 1677 1678 1679 1680 |
# File 'lib/aws-sdk-inspector/types.rb', line 1674 class InvalidInputException < Struct.new( :message, :error_code, :can_retry) SENSITIVE = [] include Aws::Structure end |