Class: Aws::KinesisVideoMedia::Types::InvalidEndpointException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoMedia::Types::InvalidEndpointException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideomedia/types.rb
Overview
Status Code: 400, Caller used wrong endpoint to write data to a stream. On receiving such an exception, the user must call ‘GetDataEndpoint` with `AccessMode` set to “READ” and use the endpoint Kinesis Video returns in the next `GetMedia` call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
158 159 160 161 162 |
# File 'lib/aws-sdk-kinesisvideomedia/types.rb', line 158 class InvalidEndpointException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |