Class: Aws::CloudFront::Types::CannotChangeImmutablePublicKeyFields
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CannotChangeImmutablePublicKeyFields
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
You can’t change the value of a public key.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
666 667 668 669 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 666 class CannotChangeImmutablePublicKeyFields < Struct.new( :message) include Aws::Structure end |