Class: Aws::KinesisVideo::Types::AccountStreamLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::AccountStreamLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
The number of streams created for the account is too high.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
47 48 49 50 51 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 47 class AccountStreamLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |