Class: Aws::Kinesis::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
Specifies that you tried to invoke this API for a data stream with the on-demand capacity mode. This API is only supported for data streams with the provisioned capacity mode.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2569 2570 2571 2572 2573 |
# File 'lib/aws-sdk-kinesis/types.rb', line 2569 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |