Class: Aws::KinesisVideo::Types::AccountStreamLimitExceededException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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