Class: Aws::Firehose::Types::InvalidArgumentException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::InvalidArgumentException
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
The specified input parameter has a value that is not valid.
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.
3112 3113 3114 3115 3116 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3112 class InvalidArgumentException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |