Class: Aws::AugmentedAIRuntime::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AugmentedAIRuntime::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-augmentedairuntime/types.rb
Overview
We couldn’t find the requested resource. Check that your resources exists and were created in the same AWS Region as your request, and try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
277 278 279 280 281 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 277 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |