Class: Aws::CloudFront::Types::InconsistentQuantities
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InconsistentQuantities
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The value of Quantity and the size of Items don't match.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8270 8271 8272 8273 8274 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8270 class InconsistentQuantities < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |