Class: Aws::CloudFront::Types::InvalidTTLOrder
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InvalidTTLOrder
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The TTL order specified is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6283 6284 6285 6286 6287 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6283 class InvalidTTLOrder < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |