Class: Aws::MachineLearning::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-machinelearning/types.rb
Overview
A specified resource cannot be located.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ Integer
3352 3353 3354 3355 3356 3357 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 3352 class ResourceNotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3352 3353 3354 3355 3356 3357 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 3352 class ResourceNotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |