Class: Aws::KinesisAnalytics::Types::InvalidApplicationConfigurationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::InvalidApplicationConfigurationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
User-provided application configuration is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
test.
Instance Attribute Details
#message ⇒ String
test
1444 1445 1446 1447 1448 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 1444 class InvalidApplicationConfigurationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |