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

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


5971
5972
5973
5974
5975
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5971

class InconsistentQuantities < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end