Class: Aws::CloudFront::Types::PublicKeyAlreadyExists

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The specified public key already exists.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6676
6677
6678
6679
# File 'lib/aws-sdk-cloudfront/types.rb', line 6676

class PublicKeyAlreadyExists < Struct.new(
  :message)
  include Aws::Structure
end