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

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

Overview

The specified public key doesn't exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8061
8062
8063
8064
8065
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8061

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