Class: Aws::SageMaker::Types::ResourceNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ResourceNotFound
- 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
#message ⇒ String
39715 39716 39717 39718 39719 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39715 class ResourceNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |