Class: Aws::CloudFront::Types::InvalidIfMatchVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InvalidIfMatchVersion
- 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
#message ⇒ String
5056 5057 5058 5059 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5056 class InvalidIfMatchVersion < Struct.new( :message) include Aws::Structure end |