Class: Aws::SageMakerFeatureStoreRuntime::Types::ValidationError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb

Overview

There was an error validating your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


401
402
403
404
405
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 401

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