Class: Aws::AppIntegrationsService::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
The specified resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1305 1306 1307 1308 1309 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1305 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |