Class: Aws::SupplyChain::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::ResourceNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- 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
1210 1211 1212 1213 1214 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1210 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |