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)


2511
2512
2513
2514
2515
# File 'lib/aws-sdk-firehose/types.rb', line 2511

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