Class: Aws::SagemakerEdgeManager::Types::InternalServiceException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/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)


283
284
285
286
287
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 283

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