Class: Aws::MachineLearning::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::ResourceNotFoundException
- 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
#code ⇒ Integer
3348 3349 3350 3351 3352 3353 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3348 class ResourceNotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3348 3349 3350 3351 3352 3353 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3348 class ResourceNotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |