Class: Aws::CloudFront::Types::TooManyInvalidationsInProgress
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyInvalidationsInProgress
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7858 7859 7860 7861 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7858 class TooManyInvalidationsInProgress < Struct.new( :message) include Aws::Structure end |