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