Class: Aws::CloudFront::Types::CannotUpdateEntityWhileInUse

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

#messageString

Returns:

  • (String)


1188
1189
1190
1191
1192
# File 'lib/aws-sdk-cloudfront/types.rb', line 1188

class CannotUpdateEntityWhileInUse < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end