Class: Aws::CloudFront::Types::CannotUpdateEntityWhileInUse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CannotUpdateEntityWhileInUse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The entity cannot be updated while it is in use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1287 1288 1289 1290 1291 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1287 class CannotUpdateEntityWhileInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |