Class: Aws::CloudFront::Types::BatchTooLarge
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::BatchTooLarge
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Invalidation batch specified is too large.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
373 374 375 376 377 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 373 class BatchTooLarge < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |