Class: Aws::Kinesis::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::InternalFailureException
- 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
-
#event_type ⇒ Object
Returns the value of attribute event_type.
- #message ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
880 881 882 |
# File 'lib/aws-sdk-kinesis/types.rb', line 880 def event_type @event_type end |
#message ⇒ String
880 881 882 883 884 885 |
# File 'lib/aws-sdk-kinesis/types.rb', line 880 class InternalFailureException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |