Class: Aws::OpenSearchServerless::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Thrown when accessing or deleting a resource that does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1828 1829 1830 1831 1832 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1828 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |