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)


6639
6640
6641
6642
# File 'lib/aws-sdk-cloudfront/types.rb', line 6639

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