Class: Aws::Firehose::Types::InvalidStreamTypeException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2590
2591
2592
2593
2594
2595
# File 'lib/aws-sdk-firehose/types.rb', line 2590

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

#sourceString

Returns:

  • (String)


2590
2591
2592
2593
2594
2595
# File 'lib/aws-sdk-firehose/types.rb', line 2590

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