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.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7958 7959 7960 7961 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7958 class TooManyStreamingDistributions < Struct.new( :message) include Aws::Structure end |