Class: Aws::SageMakerFeatureStoreRuntime::Types::InternalFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerFeatureStoreRuntime::Types::InternalFailure
- Includes:
- Aws::Structure
- Defined in:
- 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
#message ⇒ String
291 292 293 294 295 |
# File 'lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 291 class InternalFailure < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |