Class: Aws::KinesisAnalyticsV2::Types::UnsupportedOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::UnsupportedOperationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/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
4967 4968 4969 4970 4971 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4967 class UnsupportedOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |