Class: Aws::CloudFront::Types::TooManyStreamingDistributions
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyStreamingDistributions
- Defined in:
- gems/aws-sdk-cloudfront/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
12770 12771 12772 12773 12774 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12770 class TooManyStreamingDistributions < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |