Class: Aws::SageMakerRuntimeHTTP2::Types::InputValidationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerRuntimeHTTP2::Types::InputValidationError
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakerruntimehttp2/types.rb
Overview
The input fails to satisfy the constraints specified by an AWS service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
Error code.
-
#message ⇒ String
Error message.
Instance Attribute Details
#error_code ⇒ String
Error code.
26 27 28 29 30 31 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 26 class InputValidationError < Struct.new( :message, :error_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Error message.
26 27 28 29 30 31 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 26 class InputValidationError < Struct.new( :message, :error_code) SENSITIVE = [] include Aws::Structure end |