Class: Aws::CloudFront::Types::CannotChangeImmutablePublicKeyFields

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

#messageString

Returns:

  • (String)


1020
1021
1022
1023
1024
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1020

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