Class: Aws::SagemakerJobRuntime::Types::ValidationException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemakerjobruntime/types.rb

Overview

The request is not valid. Check the request syntax and parameters

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


254
255
256
257
258
# File 'lib/aws-sdk-sagemakerjobruntime/types.rb', line 254

class ValidationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end