Class: Aws::CloudFront::Types::InvalidTTLOrder

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


5218
5219
5220
5221
# File 'lib/aws-sdk-cloudfront/types.rb', line 5218

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