Class: Aws::Kinesis::Types::InvalidArgumentException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::InvalidArgumentException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
A specified parameter exceeds its restrictions, is not supported, or can’t be used. For more information, see the returned message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message that provides information about the error.
Instance Attribute Details
#message ⇒ String
A message that provides information about the error.
896 897 898 899 900 |
# File 'lib/aws-sdk-kinesis/types.rb', line 896 class InvalidArgumentException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |