Class: Aws::KinesisAnalytics::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
Specified application can’t be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2298 2299 2300 2301 2302 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 2298 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |