Class: Aws::KinesisAnalytics::Types::UnsupportedOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::UnsupportedOperationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2617 2618 2619 2620 2621 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 2617 class UnsupportedOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |