Class: Aws::KinesisVideo::Types::AccountChannelLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::AccountChannelLimitExceededException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
34 35 36 37 38 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 34 class AccountChannelLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |