Class: Aws::CloudFront::Types::PreconditionFailed
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::PreconditionFailed
- 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
#message ⇒ String
6629 6630 6631 6632 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6629 class PreconditionFailed < Struct.new( :message) include Aws::Structure end |