Class: Aws::KinesisVideoMedia::Types::InvalidEndpointException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisvideomedia/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

#messageString

Returns:

  • (String)


158
159
160
161
162
# File 'gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia/types.rb', line 158

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