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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
12460 12461 12462 12463 12464 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12460 class TooManyInvalidationsInProgress < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |