package types
import "github.com/aws/aws-sdk-go-v2/service/kinesisvideosignaling/types"
Index ¶
- type ClientLimitExceededException
- func (e *ClientLimitExceededException) Error() string
- func (e *ClientLimitExceededException) ErrorCode() string
- func (e *ClientLimitExceededException) ErrorFault() smithy.ErrorFault
- func (e *ClientLimitExceededException) ErrorMessage() string
- func (e *ClientLimitExceededException) GetMessage() string
- func (e *ClientLimitExceededException) HasMessage() bool
- type IceServer
- type InvalidArgumentException
- func (e *InvalidArgumentException) Error() string
- func (e *InvalidArgumentException) ErrorCode() string
- func (e *InvalidArgumentException) ErrorFault() smithy.ErrorFault
- func (e *InvalidArgumentException) ErrorMessage() string
- func (e *InvalidArgumentException) GetMessage() string
- func (e *InvalidArgumentException) HasMessage() bool
- type InvalidClientException
- func (e *InvalidClientException) Error() string
- func (e *InvalidClientException) ErrorCode() string
- func (e *InvalidClientException) ErrorFault() smithy.ErrorFault
- func (e *InvalidClientException) ErrorMessage() string
- func (e *InvalidClientException) GetMessage() string
- func (e *InvalidClientException) HasMessage() bool
- type NotAuthorizedException
- func (e *NotAuthorizedException) Error() string
- func (e *NotAuthorizedException) ErrorCode() string
- func (e *NotAuthorizedException) ErrorFault() smithy.ErrorFault
- func (e *NotAuthorizedException) ErrorMessage() string
- func (e *NotAuthorizedException) GetMessage() string
- func (e *NotAuthorizedException) HasMessage() bool
- type ResourceNotFoundException
- func (e *ResourceNotFoundException) Error() string
- func (e *ResourceNotFoundException) ErrorCode() string
- func (e *ResourceNotFoundException) ErrorFault() smithy.ErrorFault
- func (e *ResourceNotFoundException) ErrorMessage() string
- func (e *ResourceNotFoundException) GetMessage() string
- func (e *ResourceNotFoundException) HasMessage() bool
- type Service
- type SessionExpiredException
- func (e *SessionExpiredException) Error() string
- func (e *SessionExpiredException) ErrorCode() string
- func (e *SessionExpiredException) ErrorFault() smithy.ErrorFault
- func (e *SessionExpiredException) ErrorMessage() string
- func (e *SessionExpiredException) GetMessage() string
- func (e *SessionExpiredException) HasMessage() bool
Types ¶
type ClientLimitExceededException ¶
type ClientLimitExceededException struct { Message *string }
Your request was throttled because you have exceeded the limit of allowed client calls. Try making the call later.
func (*ClientLimitExceededException) Error ¶
func (e *ClientLimitExceededException) Error() string
func (*ClientLimitExceededException) ErrorCode ¶
func (e *ClientLimitExceededException) ErrorCode() string
func (*ClientLimitExceededException) ErrorFault ¶
func (e *ClientLimitExceededException) ErrorFault() smithy.ErrorFault
func (*ClientLimitExceededException) ErrorMessage ¶
func (e *ClientLimitExceededException) ErrorMessage() string
func (*ClientLimitExceededException) GetMessage ¶
func (e *ClientLimitExceededException) GetMessage() string
func (*ClientLimitExceededException) HasMessage ¶
func (e *ClientLimitExceededException) HasMessage() bool
type IceServer ¶
type IceServer struct { // The period of time, in seconds, during which the username and password are // valid. Ttl *int32 // An array of URIs, in the form specified in the // I-D.petithuguenin-behave-turn-uris // (https://tools.ietf.org/html/draft-petithuguenin-behave-turn-uris-03) spec. // These URIs provide the different addresses and/or protocols that can be used to // reach the TURN server. Uris []*string // A password to login to the ICE server. Password *string // A username to login to the ICE server. Username *string }
A structure for the ICE server connection data.
type InvalidArgumentException ¶
type InvalidArgumentException struct { Message *string }
The value for this input parameter is invalid.
func (*InvalidArgumentException) Error ¶
func (e *InvalidArgumentException) Error() string
func (*InvalidArgumentException) ErrorCode ¶
func (e *InvalidArgumentException) ErrorCode() string
func (*InvalidArgumentException) ErrorFault ¶
func (e *InvalidArgumentException) ErrorFault() smithy.ErrorFault
func (*InvalidArgumentException) ErrorMessage ¶
func (e *InvalidArgumentException) ErrorMessage() string
func (*InvalidArgumentException) GetMessage ¶
func (e *InvalidArgumentException) GetMessage() string
func (*InvalidArgumentException) HasMessage ¶
func (e *InvalidArgumentException) HasMessage() bool
type InvalidClientException ¶
type InvalidClientException struct { Message *string }
The specified client is invalid.
func (*InvalidClientException) Error ¶
func (e *InvalidClientException) Error() string
func (*InvalidClientException) ErrorCode ¶
func (e *InvalidClientException) ErrorCode() string
func (*InvalidClientException) ErrorFault ¶
func (e *InvalidClientException) ErrorFault() smithy.ErrorFault
func (*InvalidClientException) ErrorMessage ¶
func (e *InvalidClientException) ErrorMessage() string
func (*InvalidClientException) GetMessage ¶
func (e *InvalidClientException) GetMessage() string
func (*InvalidClientException) HasMessage ¶
func (e *InvalidClientException) HasMessage() bool
type NotAuthorizedException ¶
type NotAuthorizedException struct { Message *string }
The caller is not authorized to perform this operation.
func (*NotAuthorizedException) Error ¶
func (e *NotAuthorizedException) Error() string
func (*NotAuthorizedException) ErrorCode ¶
func (e *NotAuthorizedException) ErrorCode() string
func (*NotAuthorizedException) ErrorFault ¶
func (e *NotAuthorizedException) ErrorFault() smithy.ErrorFault
func (*NotAuthorizedException) ErrorMessage ¶
func (e *NotAuthorizedException) ErrorMessage() string
func (*NotAuthorizedException) GetMessage ¶
func (e *NotAuthorizedException) GetMessage() string
func (*NotAuthorizedException) HasMessage ¶
func (e *NotAuthorizedException) HasMessage() bool
type ResourceNotFoundException ¶
type ResourceNotFoundException struct { Message *string }
The specified resource is not found.
func (*ResourceNotFoundException) Error ¶
func (e *ResourceNotFoundException) Error() string
func (*ResourceNotFoundException) ErrorCode ¶
func (e *ResourceNotFoundException) ErrorCode() string
func (*ResourceNotFoundException) ErrorFault ¶
func (e *ResourceNotFoundException) ErrorFault() smithy.ErrorFault
func (*ResourceNotFoundException) ErrorMessage ¶
func (e *ResourceNotFoundException) ErrorMessage() string
func (*ResourceNotFoundException) GetMessage ¶
func (e *ResourceNotFoundException) GetMessage() string
func (*ResourceNotFoundException) HasMessage ¶
func (e *ResourceNotFoundException) HasMessage() bool
type Service ¶
type Service string
const ( ServiceTurn Service = "TURN" )
Enum values for Service
type SessionExpiredException ¶
type SessionExpiredException struct { Message *string }
If the client session is expired. Once the client is connected, the session is valid for 45 minutes. Client should reconnect to the channel to continue sending/receiving messages.
func (*SessionExpiredException) Error ¶
func (e *SessionExpiredException) Error() string
func (*SessionExpiredException) ErrorCode ¶
func (e *SessionExpiredException) ErrorCode() string
func (*SessionExpiredException) ErrorFault ¶
func (e *SessionExpiredException) ErrorFault() smithy.ErrorFault
func (*SessionExpiredException) ErrorMessage ¶
func (e *SessionExpiredException) ErrorMessage() string
func (*SessionExpiredException) GetMessage ¶
func (e *SessionExpiredException) GetMessage() string
func (*SessionExpiredException) HasMessage ¶
func (e *SessionExpiredException) HasMessage() bool
Source Files ¶
- Version
- v0.1.0
- Published
- Sep 29, 2020
- Platform
- darwin/amd64
- Imports
- 3 packages
- Last checked
- 3 weeks ago –
Tools for package owners.