Class: Aws::CloudFront::Types::IllegalUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::IllegalUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Origin and ‘CallerReference` cannot be updated.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4956 4957 4958 4959 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4956 class IllegalUpdate < Struct.new( :message) include Aws::Structure end |