Class: Aws::Firehose::Types::InvalidArgumentException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-firehose/types.rb

Overview

The specified input parameter has a value that is not valid.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message that provides information about the error.

Returns:

  • (String)


2024
2025
2026
2027
# File 'lib/aws-sdk-firehose/types.rb', line 2024

class InvalidArgumentException < Struct.new(
  :message)
  include Aws::Structure
end