Class: Aws::MachineLearning::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::InvalidInputException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-machinelearning/types.rb
Overview
An error on the client occurred. Typically, the cause is an invalid input value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ Integer
2406 2407 2408 2409 2410 2411 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 2406 class InvalidInputException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2406 2407 2408 2409 2410 2411 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 2406 class InvalidInputException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |