Class: Aws::CloudFront::Types::InvalidIfMatchVersion

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

Overview

The ‘If-Match` version is missing or not valid for the distribution.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5062
5063
5064
5065
# File 'lib/aws-sdk-cloudfront/types.rb', line 5062

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