Class: Aws::Kinesis::Types::InternalFailureException

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

Overview

The processing of the request failed because of an unknown error, exception, or failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



875
876
877
# File 'lib/aws-sdk-kinesis/types.rb', line 875

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


875
876
877
878
879
880
# File 'lib/aws-sdk-kinesis/types.rb', line 875

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