Class: Aws::CloudFront::Types::TooManyInvalidationsInProgress
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyInvalidationsInProgress
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
12460 12461 12462 12463 12464 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12460 class TooManyInvalidationsInProgress < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |