Class: Aws::CloudFront::Types::IllegalUpdate

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

Overview

Origin and ‘CallerReference` cannot be updated.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4962
4963
4964
4965
# File 'lib/aws-sdk-cloudfront/types.rb', line 4962

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