Class: Aws::CloudFront::Types::TooManyStreamingDistributions
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyStreamingDistributions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Processing your request would cause you to exceed the maximum number of streaming distributions allowed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
12205 12206 12207 12208 12209 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12205 class TooManyStreamingDistributions < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |