Class: Aws::CloudFront::Types::PreconditionFailed

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

Overview

The precondition given in one or more of the request-header fields evaluated to ‘false`.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6460
6461
6462
6463
# File 'lib/aws-sdk-cloudfront/types.rb', line 6460

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