Class: Aws::Kinesis::Types::DryRunOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::DryRunOperationException
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
The request was rejected because the DryRun parameter was specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1042 1043 1044 1045 1046 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1042 class DryRunOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |