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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8604
8605
8606
8607
8608
# File 'lib/aws-sdk-cloudfront/types.rb', line 8604

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