Class: Aws::MachineLearning::Types::ResourceNotFoundException

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

Overview

A specified resource cannot be located.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeInteger

Returns:

  • (Integer)


3352
3353
3354
3355
3356
3357
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3352

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

#messageString

Returns:

  • (String)


3352
3353
3354
3355
3356
3357
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3352

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