Class InvalidEndpointException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InvalidEndpointException.Builder,InvalidEndpointException>

@Generated("software.amazon.awssdk:codegen") public final class InvalidEndpointException extends KinesisVideoMediaException implements ToCopyableBuilder<InvalidEndpointException.Builder,InvalidEndpointException>

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.

See Also: