Class: Aws::CloudFront::Types::IllegalUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::IllegalUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The update contains modifications that are not allowed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5940 5941 5942 5943 5944 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5940 class IllegalUpdate < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |