Class: Aws::SageMakerRuntimeHTTP2::Types::InputValidationError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

Error code.

Returns:

  • (String)


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

#messageString

Error message.

Returns:

  • (String)


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