Class: Aws::KinesisVideo::Types::AccountChannelLimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb

Overview

You have reached the maximum limit of active signaling channels for this Amazon Web Services account in this region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


34
35
36
37
38
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 34

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