Class: Aws::CloudFront::Types::InconsistentQuantities

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The value of ‘Quantity` and the size of `Items` don’t match.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4974
4975
4976
4977
# File 'lib/aws-sdk-cloudfront/types.rb', line 4974

class InconsistentQuantities < Struct.new(
  :message)
  include Aws::Structure
end