Class: Aws::SupplyChain::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb
Overview
Request references a resource which does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1223 1224 1225 1226 1227 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 1223 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |