Class: Aws::CloudFront::Types::InconsistentQuantities
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InconsistentQuantities
- Includes:
- Structure
- Defined in:
- 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
5973 5974 5975 5976 5977 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5973 class InconsistentQuantities < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |