Class: Aws::CloudFront::Types::InvalidTTLOrder
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InvalidTTLOrder
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
TTL order specified in the response body is not valid.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5218 5219 5220 5221 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5218 class InvalidTTLOrder < Struct.new( :message) include Aws::Structure end |