Class: Aws::CloudFront::Types::NoSuchPublicKey

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

Overview

The specified public key doesn’t exist.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6114
6115
6116
6117
# File 'lib/aws-sdk-cloudfront/types.rb', line 6114

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