Class: Aws::Kinesis::Types::ValidationException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


2564
2565
2566
2567
2568
# File 'lib/aws-sdk-kinesis/types.rb', line 2564

class ValidationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end