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
1437 1438 1439 |
# File 'lib/aws-sdk-kinesis/types.rb', line 1437 def event_type @event_type end |
#message ⇒ String
1437 1438 1439 1440 1441 1442 |
# File 'lib/aws-sdk-kinesis/types.rb', line 1437 class InternalFailureException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |