Class: Aws::SageMakerFeatureStoreRuntime::Types::InternalFailure

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

Overview

An internal failure occurred. Try your request again. If the problem persists, contact Amazon Web Services customer support.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


291
292
293
294
295
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 291

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