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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message that provides information about the error.

Returns:

  • (String)


2528
2529
2530
2531
2532
# File 'lib/aws-sdk-firehose/types.rb', line 2528

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