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

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


37715
37716
37717
37718
37719
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37715

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