Class: Aws::CloudFront::Types::BatchTooLarge
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::BatchTooLarge
- Includes:
- Structure
- Defined in:
- 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
238 239 240 241 242 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 238 class BatchTooLarge < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |