Class: Aws::SageMaker::Types::ResourceNotFound

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

Overview

Resource being access is not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


49217
49218
49219
49220
49221
# File 'lib/aws-sdk-sagemaker/types.rb', line 49217

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