Class: Aws::CloudFront::Types::CannotChangeImmutablePublicKeyFields
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CannotChangeImmutablePublicKeyFields
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
You can't change the value of a public key.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1168 1169 1170 1171 1172 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1168 class CannotChangeImmutablePublicKeyFields < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |