Class: Aws::SageMakerRuntime::Types::InternalStreamFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerRuntime::Types::InternalStreamFailure
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakerruntime/types.rb
Overview
The stream processing failed because of an unknown error, exception or failure. Try your request again.
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
48 49 50 |
# File 'lib/aws-sdk-sagemakerruntime/types.rb', line 48 def event_type @event_type end |
#message ⇒ String
48 49 50 51 52 53 |
# File 'lib/aws-sdk-sagemakerruntime/types.rb', line 48 class InternalStreamFailure < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |