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

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

Overview

The precondition in one or more of the request fields evaluated to false.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9175
9176
9177
9178
9179
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9175

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